Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pydantic==2.9.2
|
8 |
-
langgraph==0.2.23
|
9 |
-
langchain-groq==0.2.0
|
10 |
-
langchain-core==0.3.5
|
11 |
-
python-dotenv==1.0.1
|
12 |
-
ffmpeg-python==0.2.0
|
|
|
1 |
+
gradio==4.19.2 # Gradio for the UI
|
2 |
+
groq==0.4.0 # Groq API client (ensure compatibility with your API key)
|
3 |
+
moviepy==1.0.3 # For text-to-video generation
|
4 |
+
numpy==1.26.4 # Dependency for moviepy and general use
|
5 |
+
pillow==10.2.0 # For image processing (used by Gradio and moviepy)
|
6 |
+
requests==2.31.0 # For HTTP requests (used by Groq and potentially Gradio)
|
|
|
|
|
|
|
|
|
|
|
|