Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
pydub==0.25.1
|
3 |
-
Flask==3.0.3
|
4 |
-
gunicorn==22.0.0
|
5 |
-
|
|
|
1 |
+
python-telegram-bot==20.7
|
2 |
pydub==0.25.1
|
3 |
+
Flask[async]==3.0.3 # این خط را تغییر دهید
|
4 |
+
gunicorn==22.0.0
|
|