fmab777 commited on
Commit
83ec7f6
·
verified ·
1 Parent(s): 8b4d47c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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