update python dependencies
This commit is contained in:
parent
bb13d6004a
commit
bd2d99bd5b
1166
poetry.lock
generated
1166
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -18,54 +18,54 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: JavaScript"
|
"Programming Language :: JavaScript"
|
||||||
]
|
]
|
||||||
exclude = ["fittrackee/tests"]
|
exclude = ["fittrackee/tests"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
|
authlib = "1.1.0"
|
||||||
|
babel = "^2.11.0"
|
||||||
dramatiq = {version = "^1.13", extras = ["redis"]}
|
dramatiq = {version = "^1.13", extras = ["redis"]}
|
||||||
flask = "^2.1"
|
flask = "^2.1"
|
||||||
flask-bcrypt = "^1.0"
|
flask-bcrypt = "^1.0"
|
||||||
flask-dramatiq = "^0.6.0"
|
flask-dramatiq = "^0.6.0"
|
||||||
|
flask-limiter = {version = "^2.7", extras = ["redis"]}
|
||||||
flask-migrate = "^3.1"
|
flask-migrate = "^3.1"
|
||||||
gpxpy = "=1.5.0"
|
gpxpy = "=1.5.0"
|
||||||
gunicorn = "^20.1"
|
gunicorn = "^20.1"
|
||||||
humanize = "^4.3"
|
humanize = "^4.4"
|
||||||
psycopg2-binary = "^2.9"
|
psycopg2-binary = "^2.9"
|
||||||
pyjwt = "^2.4"
|
pyjwt = "^2.6"
|
||||||
python-forecastio = "^1.4"
|
python-forecastio = "^1.4"
|
||||||
pytz = "^2022.2"
|
pytz = "^2022.6"
|
||||||
shortuuid = "^1.0.9"
|
shortuuid = "^1.0.9"
|
||||||
staticmap = "^0.5.4"
|
staticmap = "^0.5.4"
|
||||||
SQLAlchemy = "=1.4.41"
|
sqlalchemy = "=1.4.42"
|
||||||
pyOpenSSL = "^22.0"
|
pyopenssl = "^22.1"
|
||||||
ua-parser = "^0.16.1"
|
ua-parser = "^0.16.1"
|
||||||
Babel = "^2.10.3"
|
werkzeug = "2.1" # removal of parse_rule in 2.2 breaks sphinxcontrib-httpdomain autoflask
|
||||||
Werkzeug = "2.1" # removal of parse_rule in 2.2 breaks sphinxcontrib-httpdomain autoflask
|
|
||||||
Authlib = "1.1.0"
|
|
||||||
Flask-Limiter = {version = "^2.6.2", extras = ["redis"]}
|
|
||||||
PyJWT = "^2.5"
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "^22.8"
|
bandit = "^1.7.4"
|
||||||
|
black = "^22.10"
|
||||||
freezegun = "^1.2"
|
freezegun = "^1.2"
|
||||||
mypy = "^0.971"
|
mypy = "^0.982"
|
||||||
pytest = "^7.1"
|
pytest = "^7.1"
|
||||||
pytest-black = "^0.3.12"
|
pytest-black = "^0.3.12"
|
||||||
pytest-cov = "^3.0"
|
pytest-cov = "^3.0"
|
||||||
pytest-flake8 = "^1.1"
|
pytest-flake8 = "^1.1"
|
||||||
pytest-isort = "^3.0"
|
pytest-isort = "^3.1"
|
||||||
pytest-runner = "^6.0"
|
pytest-runner = "^6.0"
|
||||||
pytest-selenium = "^2.0.1"
|
pytest-selenium = "^2.0.1"
|
||||||
recommonmark = "^0.7"
|
recommonmark = "^0.7"
|
||||||
|
sphinx = "^5.1"
|
||||||
sphinx-bootstrap-theme = "^0.8.1"
|
sphinx-bootstrap-theme = "^0.8.1"
|
||||||
sphinxcontrib-httpdomain = "^1.7"
|
sphinxcontrib-httpdomain = "^1.7"
|
||||||
types-pytz = "^2022.2"
|
|
||||||
types-requests = "^2.28"
|
|
||||||
types-freezegun = "^1.1"
|
types-freezegun = "^1.1"
|
||||||
Sphinx = "^5.1"
|
types-pytz = "^2022.6"
|
||||||
bandit = "^1.7.4"
|
types-requests = "^2.28"
|
||||||
types-redis = "^4.3.20"
|
types-redis = "^4.3.20"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
Loading…
Reference in New Issue
Block a user