Alfred828 commited on
Commit
85a8823
·
verified ·
1 Parent(s): 8b27cad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +116 -2
requirements.txt CHANGED
@@ -1,2 +1,116 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.0
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ Authlib==1.6.0
9
+ backoff==2.2.1
10
+ beautifulsoup4==4.13.4
11
+ certifi==2025.4.26
12
+ cffi==1.17.1
13
+ charset-normalizer==3.4.2
14
+ click==8.1.8
15
+ cryptography==45.0.3
16
+ dataclasses-json==0.6.7
17
+ datasets==3.6.0
18
+ dill==0.3.8
19
+ distro==1.9.0
20
+ dotenv==0.9.9
21
+ duckduckgo_search==8.0.2
22
+ fastapi==0.115.12
23
+ ffmpy==0.5.0
24
+ filelock==3.18.0
25
+ frozenlist==1.6.0
26
+ fsspec==2025.3.0
27
+ gradio==5.31.0
28
+ gradio_client==1.10.1
29
+ groovy==0.1.2
30
+ h11==0.16.0
31
+ hf-xet==1.1.2
32
+ httpcore==1.0.9
33
+ httpx==0.28.1
34
+ httpx-sse==0.4.0
35
+ huggingface-hub==0.32.0
36
+ idna==3.10
37
+ itsdangerous==2.2.0
38
+ Jinja2==3.1.6
39
+ jiter==0.10.0
40
+ jsonpatch==1.33
41
+ jsonpointer==3.0.0
42
+ langchain==0.3.25
43
+ langchain-community==0.3.24
44
+ langchain-core==0.3.61
45
+ langchain-openai==0.3.18
46
+ langchain-text-splitters==0.3.8
47
+ langfuse==2.60.5
48
+ langgraph==0.4.7
49
+ langgraph-checkpoint==2.0.26
50
+ langgraph-prebuilt==0.2.1
51
+ langgraph-sdk==0.1.70
52
+ langsmith==0.3.42
53
+ lxml==5.4.0
54
+ markdown-it-py==3.0.0
55
+ markdownify==1.1.0
56
+ MarkupSafe==3.0.2
57
+ marshmallow==3.26.1
58
+ mdurl==0.1.2
59
+ multidict==6.4.4
60
+ multiprocess==0.70.16
61
+ mypy_extensions==1.1.0
62
+ numpy==2.2.6
63
+ openai==1.82.0
64
+ orjson==3.10.18
65
+ ormsgpack==1.10.0
66
+ packaging==24.2
67
+ pandas==2.2.3
68
+ pillow==11.2.1
69
+ primp==0.15.0
70
+ propcache==0.3.1
71
+ pyarrow==20.0.0
72
+ pycparser==2.22
73
+ pydantic==2.11.5
74
+ pydantic-settings==2.9.1
75
+ pydantic_core==2.33.2
76
+ pydub==0.25.1
77
+ Pygments==2.19.1
78
+ python-dateutil==2.9.0.post0
79
+ python-dotenv==1.1.0
80
+ python-multipart==0.0.20
81
+ pytz==2025.2
82
+ PyYAML==6.0.2
83
+ rank-bm25==0.2.2
84
+ regex==2024.11.6
85
+ requests==2.32.3
86
+ requests-toolbelt==1.0.0
87
+ rich==14.0.0
88
+ ruff==0.11.11
89
+ safehttpx==0.1.6
90
+ safetensors==0.5.3
91
+ semantic-version==2.10.0
92
+ shellingham==1.5.4
93
+ six==1.17.0
94
+ sniffio==1.3.1
95
+ soupsieve==2.7
96
+ SQLAlchemy==2.0.41
97
+ starlette==0.46.2
98
+ tenacity==9.1.2
99
+ tiktoken==0.9.0
100
+ tokenizers==0.21.1
101
+ tomlkit==0.13.2
102
+ tqdm==4.67.1
103
+ transformers==4.52.3
104
+ typer==0.15.4
105
+ typing-inspect==0.9.0
106
+ typing-inspection==0.4.1
107
+ typing_extensions==4.13.2
108
+ tzdata==2025.2
109
+ urllib3==2.4.0
110
+ uvicorn==0.34.2
111
+ websockets==15.0.1
112
+ wikipedia==1.4.0
113
+ wrapt==1.17.2
114
+ xxhash==3.5.0
115
+ yarl==1.20.0
116
+ zstandard==0.23.0