Prepared pipenv virtual environment and added documentation.

This commit is contained in:
2020-04-03 10:34:05 +02:00
parent 0ae188a0ec
commit b816d04215
3 changed files with 37 additions and 5 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pytz = "*"
gpxpy = "*"
py3exiv2 = "*"
[requires]
python_version = "3.7"