Spaces:
Sleeping
Sleeping
Commit ·
a035dcb
1
Parent(s): cd9bdbe
Done the configuration
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ uvicorn[standard]==0.27.1
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
pydantic-settings
|
| 6 |
-
sqlalchemy
|
|
|
|
| 7 |
psycopg2-binary
|
| 8 |
pgvector
|
|
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
pydantic-settings
|
| 6 |
+
sqlalchemy>=2.0.0
|
| 7 |
+
psycopg[binary]
|
| 8 |
psycopg2-binary
|
| 9 |
pgvector
|