Add asyncpg to dependencies

This commit is contained in:
Mawoka
2025-10-26 12:35:13 +01:00
parent 9e0a3faa45
commit b8d248b819
2 changed files with 58 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ pypng = "*"
ormar = "*"
pydantic = "*"
pydantic-settings = "*"
asyncpg = "*"
[dev-packages]
coverage = "*"