update Python dependencies

This commit is contained in:
Sam
2018-09-09 11:23:46 +02:00
parent 124fe88ec1
commit dded3fafc4
4 changed files with 169 additions and 162 deletions

View File

@ -4,24 +4,24 @@ verify_ssl = true
name = "pypi"
[packages]
flask = "==1.0.2"
flask-migrate = "==2.1.1"
flask-bcrypt = "==0.7.1"
pyjwt = "==1.6.4"
gpxpy = "==1.2.0"
"psycopg2-binary" = "==2.7.4"
staticmap = "==0.5.3"
pytz = "==2018.4"
python-forecastio = "==1.4.0"
gunicorn = "==19.8.1"
flask = "*"
flask-migrate = "*"
flask-bcrypt = "*"
pyjwt = "*"
gpxpy = "*"
"psycopg2-binary" = "*"
staticmap = "*"
pytz = "*"
python-forecastio = "*"
gunicorn = "*"
[dev-packages]
pytest = "==3.6.1"
pytest-runner = "==4.2"
pytest-cov = "==2.5.1"
"pytest-flake8" = "==1.0.1"
pytest-isort = "==0.2.0"
codacy-coverage = "==1.3.11"
pytest = "*"
pytest-runner = "*"
pytest-cov = "*"
"pytest-flake8" = "*"
pytest-isort = "*"
codacy-coverage = "*"
[requires]
python_version = "3.6"
python_version = "3.7"