Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
python-dotenv=
|
| 4 |
-
pydub=
|
| 5 |
-
|
| 6 |
-
numpy=
|
|
|
|
|
|
| 1 |
+
streamlit>=1.27.0
|
| 2 |
+
openai>=1.0.0
|
| 3 |
+
python-dotenv>=1.0.0
|
| 4 |
+
pydub>=0.25.1
|
| 5 |
+
ffmpeg-python>=0.2.0
|
| 6 |
+
numpy>=1.21.0
|
| 7 |
+
pathlib>=1.0.1
|