FitTrackee/fittrackee_api/Pipfile
2019-07-14 18:23:52 +02:00

33 lines
519 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
flask-migrate = "*"
flask-bcrypt = "*"
pyjwt = "*"
gpxpy = "*"
"psycopg2-binary" = "*"
staticmap = "*"
pytz = "*"
python-forecastio = "*"
gunicorn = "*"
tqdm = "*"
[dev-packages]
pytest = "*"
pytest-runner = "*"
pytest-cov = "*"
"pytest-flake8" = "*"
pytest-isort = "*"
codacy-coverage = "*"
sphinx = "*"
sphinxcontrib-httpdomain = "*"
sphinx-bootstrap-theme = "*"
recommonmark = "*"
[requires]
python_version = "3.7"