install python-dotenv and asyncpg for postgres
Build and Push Docker Container / build-and-push (push) Successful in 4m30s

This commit is contained in:
2026-04-08 15:03:55 +02:00
parent 3614625c56
commit 79c6b00ace
2 changed files with 38 additions and 0 deletions
+2
View File
@@ -10,4 +10,6 @@ dependencies = [
"gel>=3.1.0",
"redis>=5.2.1",
"quart>=0.20.0",
"python-dotenv>=1.2.2",
"asyncpg>=0.31.0",
]