update python dependencies

This commit is contained in:
Sam 2021-10-16 21:15:54 +02:00
parent c944478fa0
commit 5c84f27c9d
2 changed files with 645 additions and 461 deletions

1084
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -27,38 +27,38 @@ dramatiq = {extras = ["redis"], version = "^1.10.0"}
flask = "^2.0" flask = "^2.0"
flask-bcrypt = "^0.7.1" flask-bcrypt = "^0.7.1"
flask-dramatiq = "^0.6.0" flask-dramatiq = "^0.6.0"
flask-migrate = "^3.0" flask-migrate = "^3.1"
gpxpy = "=1.3.4" gpxpy = "=1.3.4"
gunicorn = "^20.1" gunicorn = "^20.1"
humanize = "^3.5.0" humanize = "^3.12"
psycopg2-binary = "^2.9" psycopg2-binary = "^2.9"
pyjwt = "^2.1" pyjwt = "^2.3"
python-forecastio = "^1.4" python-forecastio = "^1.4"
pytz = "^2021.1" pytz = "^2021.3"
shortuuid = "^1.0.1" shortuuid = "^1.0.1"
staticmap = "^0.5.4" staticmap = "^0.5.4"
tqdm = "^4.61" tqdm = "^4.62"
SQLAlchemy = "1.4.20" SQLAlchemy = "1.4.25"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "^21.6b0" black = "^21.9b0"
freezegun = "^1.1" freezegun = "^1.1"
mypy = "^0.910" mypy = "^0.910"
pyopenssl = "^20.0" pyopenssl = "^20.0"
pytest = "^6.2" pytest = "^6.2"
pytest-black = "^0.3.12" pytest-black = "^0.3.12"
pytest-cov = "^2.12" pytest-cov = "^3.0"
pytest-flake8 = "^1.0" pytest-flake8 = "^1.0"
pytest-isort = "^2.0" pytest-isort = "^2.0"
pytest-runner = "^5.3" pytest-runner = "^5.3"
pytest-selenium = "^2.0.1" pytest-selenium = "^2.0.1"
recommonmark = "^0.7" recommonmark = "^0.7"
sphinx = "<4.0" sphinx = "<4.0"
sphinx-bootstrap-theme = "^0.7.1" sphinx-bootstrap-theme = "^0.8.0"
sphinxcontrib-httpdomain = "^1.7" sphinxcontrib-httpdomain = "^1.7"
types-pytz = "^2021.1.0" types-pytz = "^2021.3.0"
types-requests = "^2.25.0" types-requests = "^2.25.0"
types-freezegun = "^0.1.4" types-freezegun = "^1.1"
[tool.poetry.scripts] [tool.poetry.scripts]
fittrackee = 'fittrackee.__main__:main' fittrackee = 'fittrackee.__main__:main'