update python dependencies

This commit is contained in:
Sam
2020-08-09 18:03:58 +02:00
parent c4d64924f0
commit f5e103fa07
24 changed files with 189 additions and 187 deletions

View File

@@ -17,21 +17,21 @@ staticmap = "^0.5.4"
pytz = "^2020.1"
python-forecastio = "^1.4"
gunicorn = "^20.0"
tqdm = "^4.42"
tqdm = "^4.48"
humanize = "^2.5.0"
dramatiq = {extras = ["redis"], version = "^1.9.0"}
flask-dramatiq = "^0.6.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
pytest = "^5.4"
pytest = "^6.0"
pytest-black = "^0.3.10"
pytest-cov = "^2.10"
pytest-isort = "^1.1"
pytest-flake8 = "^1.0"
pytest-runner = "^5.2"
codacy-coverage = "^1.3"
sphinx = "^3.0"
sphinx = "^3.2"
sphinxcontrib-httpdomain = "^1.7"
sphinx-bootstrap-theme = "^0.7.1"
recommonmark = "^0.6.0"