Fixed Docker

This commit is contained in:
Mawoka
2023-06-12 18:14:01 +02:00
parent 9c0058f1c3
commit e1f58e1728
5 changed files with 26 additions and 40 deletions
+1 -2
View File
@@ -30,10 +30,8 @@ pillow = ">=9.1.1"
authlib = "*"
httpx = "*"
itsdangerous = "*"
puremagic = "*"
py-avataaars-no-png = "*"
cryptography = "*"
scheduler = "*"
webauthn = "*"
pyotp = "*"
minio = "*"
@@ -60,3 +58,4 @@ python_version = "3.11"
format = "black ."
lint = "flake8 classquiz"
test = "coverage run -m pytest --lf -v --asyncio-mode=strict classquiz/tests"
worker = "arq classquiz.worker.WorkerSettings"