Spaces:
Runtime error
Runtime error
use proper library
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,6 +5,8 @@ botocore==1.34.16
|
|
5 |
click==8.1.7
|
6 |
exceptiongroup==1.2.0
|
7 |
fastapi==0.108.0
|
|
|
|
|
8 |
h11==0.14.0
|
9 |
idna==3.6
|
10 |
jmespath==1.0.1
|
@@ -12,7 +14,6 @@ pydantic==2.5.3
|
|
12 |
pydantic_core==2.14.6
|
13 |
pyee==11.1.0
|
14 |
python-dateutil==2.8.2
|
15 |
-
python-ffmpeg==2.0.10
|
16 |
s3transfer==0.10.0
|
17 |
six==1.16.0
|
18 |
sniffio==1.3.0
|
|
|
5 |
click==8.1.7
|
6 |
exceptiongroup==1.2.0
|
7 |
fastapi==0.108.0
|
8 |
+
ffmpeg-python==0.2.0
|
9 |
+
future==0.18.3
|
10 |
h11==0.14.0
|
11 |
idna==3.6
|
12 |
jmespath==1.0.1
|
|
|
14 |
pydantic_core==2.14.6
|
15 |
pyee==11.1.0
|
16 |
python-dateutil==2.8.2
|
|
|
17 |
s3transfer==0.10.0
|
18 |
six==1.16.0
|
19 |
sniffio==1.3.0
|