We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8e569 commit a2494cdCopy full SHA for a2494cd
1 file changed
requirements.txt
@@ -11,6 +11,7 @@ python-multipart~=0.0.20
11
# Dependencies for async operations in specific databases
12
13
asyncio~=4.0.0 # Core async library
14
+unqlite~=0.9.9 # UnQLite driver (The async version is included in the main package using asyncio)
15
asyncpg~=0.27.0 # Async PostgreSQL driver
16
aiomysql~=0.2.0 # Async MySQL driver
17
aiosqlite~=0.21.0 # Async SQLite driver
0 commit comments