Faham
commited on
Commit
·
0aa9e15
1
Parent(s):
f388488
FIX:moviepy dependency issues
Browse files- pyproject.toml +1 -1
- requirements.txt +0 -0
- uv.lock +1 -1
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ requires-python = ">=3.9"
|
|
| 7 |
dependencies = [
|
| 8 |
"gdown>=5.2.0",
|
| 9 |
"python-dotenv>=1.1.1",
|
| 10 |
-
"moviepy>=
|
| 11 |
"speechrecognition>=3.10.0",
|
| 12 |
"streamlit-webrtc>=0.47.0",
|
| 13 |
"opencv-python-headless>=4.12.0.88",
|
|
|
|
| 7 |
dependencies = [
|
| 8 |
"gdown>=5.2.0",
|
| 9 |
"python-dotenv>=1.1.1",
|
| 10 |
+
"moviepy>=2.2.1",
|
| 11 |
"speechrecognition>=3.10.0",
|
| 12 |
"streamlit-webrtc>=0.47.0",
|
| 13 |
"opencv-python-headless>=4.12.0.88",
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|
uv.lock
CHANGED
|
@@ -1454,7 +1454,7 @@ dependencies = [
|
|
| 1454 |
[package.metadata]
|
| 1455 |
requires-dist = [
|
| 1456 |
{ name = "gdown", specifier = ">=5.2.0" },
|
| 1457 |
-
{ name = "moviepy", specifier = ">=
|
| 1458 |
{ name = "opencv-python-headless", specifier = ">=4.12.0.88" },
|
| 1459 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 1460 |
{ name = "speechrecognition", specifier = ">=3.10.0" },
|
|
|
|
| 1454 |
[package.metadata]
|
| 1455 |
requires-dist = [
|
| 1456 |
{ name = "gdown", specifier = ">=5.2.0" },
|
| 1457 |
+
{ name = "moviepy", specifier = ">=2.2.1" },
|
| 1458 |
{ name = "opencv-python-headless", specifier = ">=4.12.0.88" },
|
| 1459 |
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
| 1460 |
{ name = "speechrecognition", specifier = ">=3.10.0" },
|