15 lines
250 B
TOML
15 lines
250 B
TOML
[[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"
|