FitTrackee/fittrackee_api/Pipfile

33 lines
525 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 = "==1.3.4"
2018-09-09 11:23:46 +02:00
"psycopg2-binary" = "*"
staticmap = "*"
pytz = "*"
python-forecastio = "*"
gunicorn = "*"
tqdm = "*"
[dev-packages]
2018-09-09 11:23:46 +02:00
pytest = "*"
pytest-runner = "*"
pytest-cov = "*"
"pytest-flake8" = "*"
pytest-isort = "*"
codacy-coverage = "*"
2019-07-14 14:44:32 +02:00
sphinx = "*"
sphinxcontrib-httpdomain = "*"
2019-07-14 15:31:04 +02:00
sphinx-bootstrap-theme = "*"
2019-07-14 18:23:52 +02:00
recommonmark = "*"
[requires]
2018-09-09 11:23:46 +02:00
python_version = "3.7"