Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -15,15 +15,20 @@ chatterbot==1.0.5
|
|
15 |
huggingface-hub==0.16.4
|
16 |
dialogflow==0.10.0
|
17 |
pyTelegramBotAPI==4.0.1
|
18 |
-
botpress==12.26.0
|
19 |
pydantic==2.3.0
|
20 |
requests==2.31.0
|
21 |
httpx==0.24.1
|
22 |
fastapi==0.100.0
|
23 |
flask==2.3.2
|
|
|
24 |
gunicorn==21.2.0
|
|
|
|
|
25 |
pyyaml==6.0
|
26 |
moviepy==1.0.3
|
|
|
|
|
|
|
27 |
pyav==9.2.0
|
28 |
scikit-video==1.1.10
|
29 |
Pillow==10.0.0
|
|
|
15 |
huggingface-hub==0.16.4
|
16 |
dialogflow==0.10.0
|
17 |
pyTelegramBotAPI==4.0.1
|
|
|
18 |
pydantic==2.3.0
|
19 |
requests==2.31.0
|
20 |
httpx==0.24.1
|
21 |
fastapi==0.100.0
|
22 |
flask==2.3.2
|
23 |
+
flask-cors==3.0.10
|
24 |
gunicorn==21.2.0
|
25 |
+
streamlit==1.21.0
|
26 |
+
gradio==3.34.0
|
27 |
pyyaml==6.0
|
28 |
moviepy==1.0.3
|
29 |
+
opencv-python==4.8.0.76
|
30 |
+
ffmpeg-python==0.2.0
|
31 |
+
imageio-ffmpeg==0.4.8
|
32 |
pyav==9.2.0
|
33 |
scikit-video==1.1.10
|
34 |
Pillow==10.0.0
|