Spaces:
Runtime error
Runtime error
Commit ·
7fea43f
1
Parent(s): 057857c
add python multipart
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -87,3 +87,6 @@ XlsxWriter==3.2.3
|
|
| 87 |
supabase==2.1.0
|
| 88 |
uvicorn==0.25.0
|
| 89 |
fastapi==0.112.0
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
supabase==2.1.0
|
| 88 |
uvicorn==0.25.0
|
| 89 |
fastapi==0.112.0
|
| 90 |
+
python-multipart==0.0.18
|
| 91 |
+
python-dotenv==1.1.0
|
| 92 |
+
|