Update requirements.txt
Browse files- requirements.txt +20 -16
requirements.txt
CHANGED
@@ -1,16 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.11.1
|
2 |
+
certifi==2024.8.30
|
3 |
+
charset-normalizer==2.1.1
|
4 |
+
configparser==5.2.0
|
5 |
+
ffmpeg-python==0.2.0
|
6 |
+
future==1.0.0
|
7 |
+
holidays==0.21
|
8 |
+
idna==3.8
|
9 |
+
lxml==4.9.1
|
10 |
+
modelscope==1.8.1
|
11 |
+
mongoengine==0.26.0
|
12 |
+
pymongo==4.2.0
|
13 |
+
qwen-vl-utils==0.1.1
|
14 |
+
requests==2.28.1
|
15 |
+
scenedetect==0.5.8
|
16 |
+
soupsieve==2.6
|
17 |
+
torch==2.1.0
|
18 |
+
transformers==4.34.1
|
19 |
+
validators==0.22.0
|
20 |
+
urllib3==1.26.20
|