mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Update deps
This commit is contained in:
1491
poetry.lock
generated
1491
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,20 +6,19 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.89.0"
|
||||
fastapi = "^0.89.1"
|
||||
httpx = "^0.23.3"
|
||||
alembic = "^1.9.1"
|
||||
alembic = "^1.9.2"
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
arq = "^0.25.0"
|
||||
prometheus-fastapi-instrumentator = "^5.9.1"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
orjson = "^3.8.4"
|
||||
sentry-sdk = "^1.12.1"
|
||||
ormar = {extras = ["postgresql"], version = "^0.12.0"}
|
||||
greenlet = "^2.0.1"
|
||||
pydantic = "1.10.2"
|
||||
redis = {extras = ["hiredis"], version = "^4.4.0"}
|
||||
orjson = "^3.8.5"
|
||||
sentry-sdk = "^1.14.0"
|
||||
ormar = {extras = ["postgresql"], version = "^0.12.1"}
|
||||
pydantic = "^1.10.4"
|
||||
redis = {extras = ["hiredis"], version = "^4.4.2"}
|
||||
msgpack = "^1.0.4"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user