update python deps
This commit is contained in:
parent
d2c0e2103b
commit
4ba560028e
1049
poetry.lock
generated
1049
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -27,32 +27,32 @@ exclude = ["fittrackee/tests"]
|
|||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
authlib = "=1.2.0"
|
authlib = "=1.2.0"
|
||||||
babel = "^2.11.0"
|
babel = "^2.11.0"
|
||||||
dramatiq = {version = "^1.13", extras = ["redis"]}
|
dramatiq = {version = "^1.14", extras = ["redis"]}
|
||||||
flask = "^2.2"
|
flask = "^2.2"
|
||||||
flask-bcrypt = "^1.0"
|
flask-bcrypt = "^1.0"
|
||||||
flask-dramatiq = "^0.6.0"
|
flask-dramatiq = "^0.6"
|
||||||
flask-limiter = {version = "^2.9", extras = ["redis"]}
|
flask-limiter = {version = "^3.2", extras = ["redis"]}
|
||||||
flask-migrate = "^4.0"
|
flask-migrate = "^4.0"
|
||||||
gpxpy = "=1.5.0"
|
gpxpy = "=1.5.0"
|
||||||
gunicorn = "^20.1"
|
gunicorn = "^20.1"
|
||||||
humanize = "^4.4"
|
humanize = "^4.6"
|
||||||
psycopg2-binary = "^2.9"
|
psycopg2-binary = "^2.9"
|
||||||
pyjwt = "^2.6"
|
pyjwt = "^2.6"
|
||||||
|
pyopenssl = "^23.0"
|
||||||
python-forecastio = "^1.4"
|
python-forecastio = "^1.4"
|
||||||
pytz = "^2022.7"
|
pytz = "^2022.7"
|
||||||
shortuuid = "^1.0.11"
|
shortuuid = "^1.0.11"
|
||||||
staticmap = "^0.5.4"
|
staticmap = "^0.5.5"
|
||||||
sqlalchemy = "=1.4.45"
|
sqlalchemy = "=1.4.45"
|
||||||
pyopenssl = "^22.1"
|
|
||||||
ua-parser = "^0.16.1"
|
ua-parser = "^0.16.1"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
bandit = "^1.7.4"
|
bandit = "^1.7.4"
|
||||||
black = "^22.12"
|
black = "^23.1"
|
||||||
freezegun = "^1.2"
|
freezegun = "^1.2"
|
||||||
mypy = "^0.991"
|
mypy = "^1.0"
|
||||||
pytest = "^7.1"
|
pytest = "^7.2"
|
||||||
pytest-black = "^0.3.12"
|
pytest-black = "^0.3"
|
||||||
pytest-cov = "^3.0"
|
pytest-cov = "^3.0"
|
||||||
pytest-flake8 = "^1.1"
|
pytest-flake8 = "^1.1"
|
||||||
pytest-isort = "^3.1"
|
pytest-isort = "^3.1"
|
||||||
@ -60,13 +60,13 @@ pytest-runner = "^6.0"
|
|||||||
pytest-selenium = "^2.0.1"
|
pytest-selenium = "^2.0.1"
|
||||||
pytest-xdist = {extras = ["psutil"], version = "^3.0.2"}
|
pytest-xdist = {extras = ["psutil"], version = "^3.0.2"}
|
||||||
recommonmark = "^0.7"
|
recommonmark = "^0.7"
|
||||||
sphinx = "^5.1"
|
sphinx = "^5.3"
|
||||||
sphinx-bootstrap-theme = "^0.8.1"
|
sphinx-bootstrap-theme = "^0.8.1"
|
||||||
sphinxcontrib-httpdomain = "^1.8"
|
sphinxcontrib-httpdomain = "^1.8"
|
||||||
types-freezegun = "^1.1"
|
types-freezegun = "^1.1"
|
||||||
types-pytz = "^2022.7"
|
types-pytz = "^2022.7"
|
||||||
|
types-redis = "^4.5"
|
||||||
types-requests = "^2.28"
|
types-requests = "^2.28"
|
||||||
types-redis = "^4.3"
|
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
fittrackee = 'fittrackee.__main__:main'
|
fittrackee = 'fittrackee.__main__:main'
|
||||||
|
Loading…
Reference in New Issue
Block a user