fix: loosen dependency versions to resolve pip ResolutionImpossible error
Browse files- requirements.txt +23 -23
requirements.txt
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
-
fastapi==0.110.1
|
| 2 |
-
uvicorn==0.25.0
|
| 3 |
-
boto3>=1.34.129
|
| 4 |
-
requests-oauthlib>=2.0.0
|
| 5 |
-
cryptography>=42.0.8
|
| 6 |
-
python-dotenv>=1.0.1
|
| 7 |
-
pymongo==4.5.0
|
| 8 |
-
pydantic>=2.6.4
|
| 9 |
-
email-validator>=2.2.0
|
| 10 |
-
pyjwt>=2.10.1
|
| 11 |
-
bcrypt==4.1.3
|
| 12 |
-
passlib>=1.7.4
|
| 13 |
-
tzdata>=2024.2
|
| 14 |
-
motor==3.3.1
|
| 15 |
-
python-jose>=3.3.0
|
| 16 |
-
requests>=2.31.0
|
| 17 |
-
pandas>=2.2.0
|
| 18 |
-
numpy>=1.26.0
|
| 19 |
-
python-multipart>=0.0.9
|
| 20 |
-
httpx>=0.27.0
|
| 21 |
-
aiohttp>=3.9.0
|
| 22 |
gradio>=5.0.0
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
motor
|
| 5 |
+
pymongo
|
| 6 |
+
python-dotenv
|
| 7 |
+
httpx
|
| 8 |
+
aiohttp
|
| 9 |
+
fpdf2
|
| 10 |
+
huggingface_hub
|
| 11 |
+
boto3
|
| 12 |
+
requests-oauthlib
|
| 13 |
+
cryptography
|
| 14 |
+
pydantic
|
| 15 |
+
email-validator
|
| 16 |
+
pyjwt
|
| 17 |
+
bcrypt
|
| 18 |
+
passlib
|
| 19 |
+
tzdata
|
| 20 |
+
python-jose
|
| 21 |
+
requests
|
| 22 |
+
pandas
|
| 23 |
+
numpy
|
| 24 |
+
python-multipart
|