Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
5 |
nest_asyncio
|
6 |
-
|
|
|
1 |
+
flask
|
2 |
+
python-telegram-bot[ext]
|
3 |
+
pydub
|
4 |
+
ffmpeg-python
|
5 |
+
gunicorn
|
6 |
+
uvicorn
|
7 |
+
a2wsgi
|
8 |
nest_asyncio
|
9 |
+
|