datacipen commited on
Commit
78ca940
·
verified ·
1 Parent(s): 41200bb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -41,8 +41,10 @@ python-dotenv>=1.0.0
41
  # Database & Data Layer
42
  # -----------------------------------------------------------------------------
43
  psycopg2-binary>=2.9.9 # PostgreSQL adapter
44
- supabase>=2.3.0 # Supabase Python client
 
45
  SQLAlchemy>=2.0.0 # ORM pour manipulation DB
 
46
 
47
  # -----------------------------------------------------------------------------
48
  # Async & Utilities
 
41
  # Database & Data Layer
42
  # -----------------------------------------------------------------------------
43
  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
+ asyncpg
48
 
49
  # -----------------------------------------------------------------------------
50
  # Async & Utilities