Added async postgres to dependencies

This commit is contained in:
Jonas Linter
2025-10-16 16:22:42 +02:00
parent c43782c664
commit 38f3686948
2 changed files with 19 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ requires-python = ">=3.13"
dependencies = [
"aiosqlite>=0.21.0",
"annotatedyaml>=1.0.0",
"asyncpg>=0.30.0",
"dotenv>=0.9.9",
"fast-langdetect>=1.0.0",
"fastapi>=0.117.1",