Spaces:
Sleeping
Sleeping
requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ charset-normalizer==3.4.2
|
|
6 |
click==8.1.8
|
7 |
colorama==0.4.6
|
8 |
coloredlogs==15.0.1
|
|
|
9 |
fastapi==0.115.12
|
10 |
ffmpy==0.5.0
|
11 |
filelock==3.18.0
|
@@ -25,6 +26,7 @@ jsonpatch==1.33
|
|
25 |
jsonpointer==3.0.0
|
26 |
langchain-core==0.3.59
|
27 |
langsmith==0.3.42
|
|
|
28 |
markdown-it-py==3.0.0
|
29 |
MarkupSafe==3.0.2
|
30 |
mdurl==0.1.2
|
@@ -36,6 +38,7 @@ orjson==3.10.18
|
|
36 |
packaging==24.2
|
37 |
pandas==2.2.3
|
38 |
pillow==11.2.1
|
|
|
39 |
protobuf==6.31.0
|
40 |
pyAudioAnalysis==0.3.14
|
41 |
pydantic==2.11.4
|
|
|
6 |
click==8.1.8
|
7 |
colorama==0.4.6
|
8 |
coloredlogs==15.0.1
|
9 |
+
duckduckgo_search==8.0.2
|
10 |
fastapi==0.115.12
|
11 |
ffmpy==0.5.0
|
12 |
filelock==3.18.0
|
|
|
26 |
jsonpointer==3.0.0
|
27 |
langchain-core==0.3.59
|
28 |
langsmith==0.3.42
|
29 |
+
lxml==5.4.0
|
30 |
markdown-it-py==3.0.0
|
31 |
MarkupSafe==3.0.2
|
32 |
mdurl==0.1.2
|
|
|
38 |
packaging==24.2
|
39 |
pandas==2.2.3
|
40 |
pillow==11.2.1
|
41 |
+
primp==0.15.0
|
42 |
protobuf==6.31.0
|
43 |
pyAudioAnalysis==0.3.14
|
44 |
pydantic==2.11.4
|