Spaces:
Running
Running
sghorbal commited on
Commit ·
bd380e7
1
Parent(s): 4dbe1c6
add pandas for debug
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ requests==2.32.3
|
|
| 2 |
urllib3==2.4.0
|
| 3 |
python-dotenv==1.1.0
|
| 4 |
fastapi==0.115.12
|
| 5 |
-
uvicorn==0.34.0
|
|
|
|
|
|
| 2 |
urllib3==2.4.0
|
| 3 |
python-dotenv==1.1.0
|
| 4 |
fastapi==0.115.12
|
| 5 |
+
uvicorn==0.34.0
|
| 6 |
+
pandas==2.2.3
|