Spaces:
Sleeping
Sleeping
Commit
·
6dd265b
1
Parent(s):
f30c298
Fix dependency conflict: Update requests version to be compatible with fast-langdetect
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,4 +2,4 @@ fastapi==0.100.0
|
|
2 |
uvicorn==0.23.2
|
3 |
magic-pdf[full]==1.3.10
|
4 |
python-multipart==0.0.6
|
5 |
-
requests
|
|
|
2 |
uvicorn==0.23.2
|
3 |
magic-pdf[full]==1.3.10
|
4 |
python-multipart==0.0.6
|
5 |
+
requests>=2.32.3
|