Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
CHANGED
|
@@ -18,4 +18,20 @@ reportlab>=4.0.0
|
|
| 18 |
fuzzywuzzy>=0.18.0
|
| 19 |
python-levenshtein>=0.20.0
|
| 20 |
spacy>=3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
|
|
|
| 18 |
fuzzywuzzy>=0.18.0
|
| 19 |
python-levenshtein>=0.20.0
|
| 20 |
spacy>=3.7.0
|
| 21 |
+
fastapi>=0.104.1
|
| 22 |
+
uvicorn[standard]>=0.24.0
|
| 23 |
+
streamlit>=1.28.0
|
| 24 |
+
requests>=2.31.0
|
| 25 |
+
pandas>=2.0.0
|
| 26 |
+
plotly>=5.15.0
|
| 27 |
+
python-dateutil>=2.8.2
|
| 28 |
+
python-multipart>=0.0.6
|
| 29 |
+
pydantic>=2.5.0
|
| 30 |
+
sqlalchemy>=2.0.0
|
| 31 |
+
numpy>=1.24.0
|
| 32 |
+
python-docx>=0.8.11
|
| 33 |
+
PyPDF2>=3.0.1
|
| 34 |
+
PyMuPDF>=1.23.0
|
| 35 |
+
reportlab>=4.0.0
|
| 36 |
+
|
| 37 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|