Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
gradio
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
httpx
|
| 5 |
+
pydantic
|
| 6 |
streamlit
|
| 7 |
gradio
|
| 8 |
+
python-dotenv
|
| 9 |
+
beautifulsoup4
|
| 10 |
+
python-docx
|
| 11 |
+
reportlab
|
| 12 |
+
requests
|
| 13 |
+
sqlite3-api
|
| 14 |
+
PyPDF2
|
| 15 |
+
pandas
|
| 16 |
+
numpy
|
| 17 |
+
openpyxl
|
| 18 |
+
ftfy
|
| 19 |
+
google-genai
|
| 20 |
+
google.generativeai
|