Spaces:
Running
Running
Commit ·
2ef0393
1
Parent(s): b72a111
Fix Neon DB connection (direct, non-pooler)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
sqlalchemy
|
| 4 |
pymysql
|
| 5 |
psycopg2-binary
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
sqlalchemy
|
| 4 |
pymysql
|
| 5 |
psycopg2-binary
|