Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
gradio-client==1.3.0
|
| 3 |
+
pillow==10.4.0
|
| 4 |
+
moviepy==1.0.3
|
| 5 |
+
natsort==8.4.0
|
| 6 |
+
pydantic==2.9.2
|
| 7 |
+
langgraph==0.2.23
|
| 8 |
+
langchain-groq==0.2.0
|
| 9 |
+
langchain-core==0.3.5
|
| 10 |
+
python-dotenv==1.0.1
|
| 11 |
+
ffmpeg-python==0.2.0
|