FitTrackee/fittrackee_api/Pipfile

28 lines
416 B
TOML
Raw Normal View History

[[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 = "*"
[dev-packages]
2018-09-09 11:23:46 +02:00
pytest = "*"
pytest-runner = "*"
pytest-cov = "*"
"pytest-flake8" = "*"
pytest-isort = "*"
codacy-coverage = "*"
[requires]
2018-09-09 11:23:46 +02:00
python_version = "3.7"