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