Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -44,6 +44,7 @@ psycopg2-binary>=2.9.9 # PostgreSQL adapter
|
|
| 44 |
#supabase>=2.3.0 # Supabase Python client
|
| 45 |
supabase
|
| 46 |
SQLAlchemy>=2.0.0 # ORM pour manipulation DB
|
|
|
|
| 47 |
|
| 48 |
# -----------------------------------------------------------------------------
|
| 49 |
# Async & Utilities
|
|
|
|
| 44 |
#supabase>=2.3.0 # Supabase Python client
|
| 45 |
supabase
|
| 46 |
SQLAlchemy>=2.0.0 # ORM pour manipulation DB
|
| 47 |
+
asyncpg
|
| 48 |
|
| 49 |
# -----------------------------------------------------------------------------
|
| 50 |
# Async & Utilities
|