WIP: code working, dependency conflict

This commit is contained in:
msramalho
2023-05-18 18:36:33 +01:00
parent 3a040a3fcd
commit d6aaaf1e12
6 changed files with 797 additions and 412 deletions

View File

@@ -8,7 +8,7 @@ aiofiles = "==0.6.0"
celery = "==4.4.7"
fastapi = "*"
flower = "==0.9.7"
jinja2 = ">=3.0.3"
jinja2 = "*"
pytest = "==6.2.4"
redis = "==3.5.3"
requests = ">=2.25.1"
@@ -17,7 +17,7 @@ aiosqlite = "*"
python-dotenv = "*"
loguru = "*"
sqlalchemy = "*"
auto-archiver = "*"
auto-archiver = ">=0.5.12"
alembic = "*"
fastapi-utils = "*"