Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
python-telegram-bot>=20.
|
| 2 |
-
httpx[socks]>=0.27.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
fastapi>=0.110
|
| 5 |
uvicorn[standard]>=0.27
|
|
|
|
| 1 |
+
python-telegram-bot>=20.8,<20.9
|
| 2 |
+
httpx[socks]>=0.26.0,<0.27.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
fastapi>=0.110
|
| 5 |
uvicorn[standard]>=0.27
|