Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# --- API ---
|
| 2 |
fastapi==0.95.2
|
| 3 |
uvicorn==0.22.0
|
| 4 |
-
pydantic==1.
|
| 5 |
python-multipart==0.0.6
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
|
|
@@ -13,7 +13,7 @@ PyMuPDF==1.22.5
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
| 16 |
-
negspacy==1.0.2
|
| 17 |
fuzzywuzzy==0.18.0
|
| 18 |
python-Levenshtein==0.21.1
|
| 19 |
regex==2023.8.8
|
|
|
|
| 1 |
# --- API ---
|
| 2 |
fastapi==0.95.2
|
| 3 |
uvicorn==0.22.0
|
| 4 |
+
pydantic==1.8.2
|
| 5 |
python-multipart==0.0.6
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
|
|
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
| 16 |
+
negspacy==1.0.2
|
| 17 |
fuzzywuzzy==0.18.0
|
| 18 |
python-Levenshtein==0.21.1
|
| 19 |
regex==2023.8.8
|