fmab777 commited on
Commit
269bc74
·
verified ·
1 Parent(s): 9b9920f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- python-telegram-bot[job-queue]>=21.0
2
- requests
3
- beautifulsoup4
4
- youtube-transcript-api
5
- apify-client # Include if you have the token
6
- Flask>=2.0
7
- nest_asyncio
8
- # Add gunicorn for a production-ready web server
9
  gunicorn
 
1
+ python-telegram-bot[job-queue]>=21.0
2
+ requests
3
+ beautifulsoup4
4
+ youtube-transcript-api
5
+ apify-client # Include if you have the token
6
+ Flask[async]>=2.0 # <<<--- MODIFIED THIS LINE
7
+ nest_asyncio
 
8
  gunicorn