15 lines
176 B
TOML
15 lines
176 B
TOML
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
pytz = "*"
|
||
|
gpxpy = "*"
|
||
|
py3exiv2 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|