Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.103.1
|
| 2 |
+
uvicorn==0.23.2
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
pdfplumber==0.10.2
|
| 5 |
+
google-generativeai==0.3.2
|
| 6 |
+
gTTS==2.3.2
|
| 7 |
+
pydub==0.25.1
|
| 8 |
+
aiofiles==23.2.1
|
| 9 |
+
python-dotenv==1.0.0
|
| 10 |
+
requests==2.31.0
|