mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Use uvicorn
This commit is contained in:
@@ -13,12 +13,11 @@ uvicorn = {extras = ["standard"], version = "^0.22.0"}
|
||||
arq = "^0.25.0"
|
||||
prometheus-fastapi-instrumentator = "^6.0.0"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
orjson = "^3.8.11"
|
||||
sentry-sdk = "^1.22.1"
|
||||
orjson = "^3.8.12"
|
||||
sentry-sdk = "^1.22.2"
|
||||
ormar = {extras = ["postgresql"], version = "^0.12.1"}
|
||||
pydantic = "^1.10.4"
|
||||
redis = {version = "4.5.4", extras = ["hiredis"]}
|
||||
redis = {extras = ["hiredis"], version = "^4.5.5"}
|
||||
msgpack = "^1.0.5"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user