wacz working in docker

This commit is contained in:
msramalho
2023-08-24 17:44:37 +01:00
parent 03164b9ede
commit ce1599b160
3 changed files with 202 additions and 194 deletions

View File

@@ -9,7 +9,6 @@ celery = "==4.4.7"
fastapi = "*"
flower = "==0.9.7"
jinja2 = "*"
pytest = "==6.2.4"
redis = "==3.5.3"
requests = ">=2.25.1"
uvicorn = ">=0.13.4"
@@ -17,13 +16,14 @@ aiosqlite = "*"
python-dotenv = "*"
loguru = "*"
sqlalchemy = "*"
auto-archiver = "*"
alembic = "*"
fastapi-utils = "*"
prometheus-fastapi-instrumentator = "*"
auto-archiver = "*"
[dev-packages]
watchdog = "*"
pytest = "==6.2.4"
[requires]
python_version = "3.10"