mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Update deps, update python to 3.11
This commit is contained in:
@@ -6,14 +6,14 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = ">=0.79.0"
|
||||
httpx = ">=0.23.0"
|
||||
fastapi = "^0.85.1"
|
||||
httpx = "^0.23.0"
|
||||
transliterate = "^1.10.2"
|
||||
uvicorn = {version = ">=0.18.2", extras = ["standart"]}
|
||||
prometheus-fastapi-instrumentator = ">=5.8.2"
|
||||
uvloop = "^0.16.0"
|
||||
uvicorn = {extras = ["standart"], version = "^0.19.0"}
|
||||
prometheus-fastapi-instrumentator = "^5.9.1"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
sentry-sdk = "^1.5.12"
|
||||
sentry-sdk = "^1.10.1"
|
||||
asynctempfile = "^0.5.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user