Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -10,10 +10,12 @@ faiss-cpu==1.8.0.post1
|
|
| 10 |
python-docx==1.1.2
|
| 11 |
python-pptx==0.6.23
|
| 12 |
|
| 13 |
-
|
| 14 |
requests==2.32.3
|
| 15 |
readability-lxml==0.8.1
|
| 16 |
lxml==5.3.0
|
| 17 |
tldextract==5.1.2
|
| 18 |
python-dotenv==1.0.1
|
| 19 |
-
|
|
|
|
|
|
|
|
|
| 10 |
python-docx==1.1.2
|
| 11 |
python-pptx==0.6.23
|
| 12 |
|
| 13 |
+
beautifulsoup4==4.12.3
|
| 14 |
requests==2.32.3
|
| 15 |
readability-lxml==0.8.1
|
| 16 |
lxml==5.3.0
|
| 17 |
tldextract==5.1.2
|
| 18 |
python-dotenv==1.0.1
|
| 19 |
+
|
| 20 |
+
# FastAPI 0.111 は Pydantic v2 系
|
| 21 |
+
pydantic>=2,<3
|