This commit is contained in:
msramalho
2026-02-23 14:09:43 +00:00
parent 603d7a6f84
commit 6abe660b51
2 changed files with 1632 additions and 1765 deletions

3394
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ requires-python = ">=3.10,<3.13"
dependencies = [
"auto-archiver (>=1.2.1,<2.0.0)",
"celery (>=5.0)",
"redis (==3.5.3)",
"redis (>=7.2.0,<8.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"pydantic-settings (>=2.7.1,<3.0.0)",
"sqlalchemy (>=2.0.38,<3.0.0)",
@@ -55,6 +55,7 @@ fastapi-mail = ">=1.4.2,<2.0.0"
uvicorn = ">=0.13.4"
pyyaml = "^6.0.2"
firebase-admin = "^6.6.0"
cachetools = "^7.0.1"
[tool.poetry.group.dev.dependencies]