Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
# Telegram Bot Library
|
4 |
python-telegram-bot[httpx]>=20.0,<21.0
|
5 |
|
|
|
|
|
6 |
# Web Framework (Core)
|
7 |
Flask>=2.0
|
8 |
|
|
|
3 |
# Telegram Bot Library
|
4 |
python-telegram-bot[httpx]>=20.0,<21.0
|
5 |
|
6 |
+
httpx>=0.24.0 # Add explicitly (adjust version if needed)
|
7 |
+
|
8 |
# Web Framework (Core)
|
9 |
Flask>=2.0
|
10 |
|