韩宇 commited on
Commit
d650e51
·
1 Parent(s): 58ae9fe
Files changed (1) hide show
  1. requirements.txt +39 -113
requirements.txt CHANGED
@@ -1,113 +1,39 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.8.0
4
- astor==0.8.1
5
- av==14.1.0
6
- beautifulsoup4==4.13.3
7
- bs4==0.0.2
8
- certifi==2024.12.14
9
- cffi==1.17.1
10
- charset-normalizer==3.4.1
11
- click==8.1.8
12
- colorama==0.4.6
13
- cryptography==44.0.1
14
- dacite==1.9.2
15
- decorator==5.1.1
16
- distro==1.9.0
17
- dlib==19.24.6
18
- duckduckgo_search==6.4.2
19
- face-recognition==1.3.0
20
- face_recognition_models==0.3.0
21
- fakeredis==2.27.0
22
- fastapi==0.115.8
23
- ffmpy==0.5.0
24
- filelock==3.17.0
25
- fsspec==2025.2.0
26
- func_timeout==4.3.5
27
- future==1.0.0
28
- geocoder==1.38.1
29
- gradio==5.16.0
30
- gradio_client==1.7.0
31
- grpcio==1.67.1
32
- h11==0.14.0
33
- h2==4.2.0
34
- hpack==4.1.0
35
- httpcore==1.0.7
36
- httpx==0.28.1
37
- huggingface-hub==0.28.1
38
- hyperframe==6.1.0
39
- idna==3.10
40
- Jinja2==3.1.5
41
- jiter==0.8.2
42
- json_repair==0.31.0
43
- jsonpath==0.82.2
44
- markdown-it-py==3.0.0
45
- MarkupSafe==2.1.5
46
- mdurl==0.1.2
47
- milvus-lite==2.4.11
48
- mpmath==1.3.0
49
- networkx==3.4.2
50
- numpy==2.2.3
51
- # Editable install with no version control (omagent_core==0.2.3)
52
- openai==1.63.0
53
- opencv-python==4.11.0.86
54
- orjson==3.10.15
55
- packaging==24.2
56
- pandas==2.2.3
57
- pillow==11.1.0
58
- platformdirs==4.3.6
59
- primp==0.12.1
60
- prometheus_client==0.21.1
61
- protobuf==5.29.3
62
- psutil==7.0.0
63
- pycparser==2.22
64
- pycryptodome==3.21.0
65
- pydantic==2.10.6
66
- pydantic-settings==2.7.1
67
- pydantic_core==2.27.2
68
- pydub==0.25.1
69
- Pygments==2.19.1
70
- pymilvus==2.5.4
71
- PyMySQL==1.1.1
72
- python-dateutil==2.9.0.post0
73
- python-dotenv==1.0.1
74
- python-multipart==0.0.20
75
- pytz==2025.1
76
- PyYAML==6.0.2
77
- qwen-vl-utils==0.0.8
78
- ratelim==0.1.6
79
- redis==5.2.1
80
- redislite==6.2.912183
81
- regex==2024.11.6
82
- requests==2.32.3
83
- rich==13.9.4
84
- ruff==0.9.6
85
- safehttpx==0.1.6
86
- scenedetect==0.6.5.2
87
- semantic-version==2.10.0
88
- shellingham==1.5.4
89
- shortuuid==1.0.13
90
- six==1.17.0
91
- sniffio==1.3.1
92
- sortedcontainers==2.4.0
93
- soupsieve==2.6
94
- SQLAlchemy==2.0.38
95
- SQLAlchemy-Utils==0.41.2
96
- sqlmodel==0.0.22
97
- starlette==0.45.3
98
- sympy==1.13.3
99
- tavily-python==0.5.1
100
- tenacity==9.0.0
101
- tiktoken==0.9.0
102
- tomlkit==0.13.2
103
- torch==2.6.0
104
- torchvision==0.21.0
105
- tqdm==4.67.1
106
- typer==0.15.1
107
- typing_extensions==4.12.2
108
- tzdata==2025.1
109
- ujson==5.10.0
110
- urllib3==2.3.0
111
- uvicorn==0.34.0
112
- websockets==14.2
113
- wikipedia==1.4.0
 
1
+ sqlmodel
2
+ pymysql
3
+ sqlalchemy-utils
4
+ tenacity
5
+ pyyaml
6
+ pymilvus
7
+ networkx
8
+ duckduckgo-search
9
+ bs4
10
+ pillow
11
+ geocoder
12
+ rich
13
+ jsonpath
14
+ jinja2
15
+ colorama
16
+ openai
17
+ certifi
18
+ prometheus-client
19
+ six
20
+ requests
21
+ typing-extensions
22
+ astor
23
+ shortuuid
24
+ dacite
25
+ pydantic-settings
26
+ redis
27
+ json-repair
28
+ scenedetect
29
+ pydub
30
+ qwen_vl_utils
31
+ face-recognition
32
+ tavily-python
33
+ httpx
34
+ func-timeout
35
+ gradio
36
+ opencv-python
37
+ wikipedia
38
+ sympy
39
+ redislite