Spaces:
Running
Running
Create Requirements.txt
Browse files- Requirements.txt +9 -0
Requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.19.2
|
| 2 |
+
supabase==2.3.0
|
| 3 |
+
python-dotenv==1.0.0
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
schedule==1.2.0
|
| 6 |
+
fastapi==0.104.1
|
| 7 |
+
uvicorn==0.24.0
|
| 8 |
+
python-multipart==0.0.6
|
| 9 |
+
pydantic==2.5.0
|