Update requirements.txt
Browse files- requirements.txt +8 -12
requirements.txt
CHANGED
@@ -1,17 +1,13 @@
|
|
1 |
streamlit
|
2 |
requests
|
3 |
-
|
4 |
-
audio-recorder-streamlit
|
5 |
-
beautifulsoup4
|
6 |
-
python-dotenv
|
7 |
-
gradio_client
|
8 |
-
moviepy
|
9 |
-
decorator
|
10 |
-
imageio
|
11 |
-
imageio-ffmpeg
|
12 |
Pillow
|
13 |
PyPDF2
|
14 |
openai
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
requests
|
3 |
+
pytz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
Pillow
|
5 |
PyPDF2
|
6 |
openai
|
7 |
+
python-dotenv
|
8 |
+
gradio_client
|
9 |
+
huggingface_hub
|
10 |
+
moviepy
|
11 |
+
beautifulsoup4
|
12 |
+
audio-recorder-streamlit
|
13 |
+
textract
|