2018-06-20 14:18:30 +02:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-09-09 11:23:46 +02:00
|
|
|
flask = "*"
|
|
|
|
flask-migrate = "*"
|
|
|
|
flask-bcrypt = "*"
|
|
|
|
pyjwt = "*"
|
|
|
|
gpxpy = "*"
|
|
|
|
"psycopg2-binary" = "*"
|
|
|
|
staticmap = "*"
|
|
|
|
pytz = "*"
|
|
|
|
python-forecastio = "*"
|
|
|
|
gunicorn = "*"
|
2019-01-06 16:01:44 +01:00
|
|
|
tqdm = "*"
|
2018-06-20 14:18:30 +02:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-09-09 11:23:46 +02:00
|
|
|
pytest = "*"
|
|
|
|
pytest-runner = "*"
|
|
|
|
pytest-cov = "*"
|
|
|
|
"pytest-flake8" = "*"
|
|
|
|
pytest-isort = "*"
|
|
|
|
codacy-coverage = "*"
|
2018-06-20 14:18:30 +02:00
|
|
|
|
|
|
|
[requires]
|
2018-09-09 11:23:46 +02:00
|
|
|
python_version = "3.7"
|