Merge branch 'master' into v0.3.0

This commit is contained in:
Sam
2019-12-29 13:39:26 +01:00
57 changed files with 2214 additions and 1679 deletions

View File

@@ -16,18 +16,18 @@ psycopg2-binary = "^2.8"
staticmap = "^0.5.4"
pytz = "^2019.3"
python-forecastio = "^1.4"
gunicorn = "^19.9"
tqdm = "^4.38"
gunicorn = "^20.0"
tqdm = "^4.41"
[tool.poetry.dev-dependencies]
pytest = "^5.2.2"
pytest = "^5.3"
pytest-black = "^0.3.7"
pytest-cov = "^2.7"
pytest-cov = "^2.8"
pytest-isort = "^0.3.1"
pytest-flake8 = "^1.0"
pytest-runner = "^5.1"
pytest-runner = "^5.2"
codacy-coverage = "^1.3"
sphinx = "^2.2.1"
sphinx = "^2.3"
sphinxcontrib-httpdomain = "^1.7"
sphinx-bootstrap-theme = "^0.7.1"
recommonmark = "^0.6.0"
@@ -39,7 +39,7 @@ norecursedirs = "fittrackee_api/.venv"
[tool.black]
line-length = 79
skip-string-normalization = true
target-version = ["py37"]
target-version = ["py37", "py38"]
include = ".py$"
exclude = "migrations"