Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi[standard]>=0.115.0
|
| 2 |
+
passlib[bcrypt]>=1.7.4
|
| 3 |
+
psycopg2-binary>=2.9.11
|
| 4 |
+
pyjwt>=2.9.0
|
| 5 |
+
python-multipart>=0.0.21
|
| 6 |
+
sqlmodel>=0.0.31
|
| 7 |
+
python-dotenv>=1.0.0
|
| 8 |
+
uvicorn>=0.30.0
|