update Python dependencies

This commit is contained in:
Sam
2019-11-10 14:20:52 +01:00
parent af1257f990
commit 3fa964a2b8
2 changed files with 65 additions and 74 deletions

View File

@@ -14,20 +14,20 @@ pyjwt = "^1.7"
gpxpy = "=1.3.4"
psycopg2-binary = "^2.8"
staticmap = "^0.5.4"
pytz = "^2019.2"
pytz = "^2019.3"
python-forecastio = "^1.4"
gunicorn = "^19.9"
tqdm = "^4.35"
tqdm = "^4.38"
[tool.poetry.dev-dependencies]
pytest = "^5.1"
pytest = "^5.2.2"
pytest-black = "^0.3.7"
pytest-cov = "^2.7"
pytest-isort = "^0.3.1"
pytest-flake8 = "^1.0"
pytest-runner = "^5.1"
codacy-coverage = "^1.3"
sphinx = "^2.2"
sphinx = "^2.2.1"
sphinxcontrib-httpdomain = "^1.7"
sphinx-bootstrap-theme = "^0.7.1"
recommonmark = "^0.6.0"