📌 Fixed dependencies

This commit is contained in:
Mawoka
2024-04-07 20:51:41 +02:00
parent ec7496ffce
commit bcb0c92382
2 changed files with 307 additions and 301 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ python-jose = "*"
alembic = "*"
email-validator = "*"
python-multipart = "*"
pydantic = "*"
pydantic = "1.10.8"
redis = "*"
aiohttp = "*"
gunicorn = "*"
@@ -45,6 +45,7 @@ python-magic = "*"
openpyxl = "*"
starlette = "*"
pyopenssl = "*"
python-dotenv = "*"
[dev-packages]
coverage = "*"