switch from requirements.txt to pipenv/Pipfile

This commit is contained in:
Peter Gardfjäll
2020-04-08 20:25:16 +02:00
parent e7fc7e970a
commit 94872ae543
4 changed files with 222 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
"garminexport" = {path = ".", editable = true}
requests = ">=2.0,<3"
python-dateutil = ">=2.0,<3"
[dev-packages]
nose = "~=1.3"
coverage = "~=4.2"
mock = "~=2.0"