Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.12.0
|
| 2 |
+
agno==0.5.0
|
| 3 |
+
google-generativeai==0.3.2
|
| 4 |
+
PyPDF2==3.0.1
|
| 5 |
+
pytz==2023.3
|
| 6 |
+
requests==2.31.0
|
| 7 |
+
python-dotenv==1.0.0
|