MH0386 commited on
Commit
f0a2bb8
·
verified ·
1 Parent(s): 5dc9325

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +145 -7
requirements.txt CHANGED
@@ -1,70 +1,208 @@
1
  # This file was autogenerated by uv via the following command:
2
  # uv export --no-dev --frozen --no-hashes --output-file requirements.txt
3
- agno==1.2.4
 
4
  aiofiles==23.2.1
 
5
  annotated-types==0.7.0
 
6
  anyio==4.9.0
 
 
 
 
 
7
  audioop-lts==0.2.1 ; python_full_version >= '3.13'
 
8
  beautifulsoup4==4.13.3
 
9
  certifi==2025.1.31
 
 
 
 
10
  charset-normalizer==3.4.1
 
11
  click==8.1.8
 
 
 
12
  colorama==0.4.6 ; sys_platform == 'win32'
 
 
 
13
  distro==1.9.0
 
14
  docstring-parser==0.16
 
15
  fastapi==0.115.12
 
16
  ffmpy==0.5.0
 
17
  filelock==3.18.0
18
- fsspec==2025.3.0
 
 
 
 
19
  gitdb==4.0.12
 
20
  gitpython==3.1.44
 
21
  googlesearch-python==1.3.0
 
22
  gradio==5.23.1
 
23
  gradio-client==1.8.0
 
24
  groovy==0.1.2
 
25
  groq==0.20.0
 
26
  h11==0.14.0
 
 
 
27
  httpcore==1.0.7
 
28
  httpx==0.28.1
 
 
 
 
 
 
29
  huggingface-hub==0.29.3
 
 
 
30
  idna==3.10
 
 
 
 
31
  jinja2==3.1.6
 
32
  markdown-it-py==3.0.0
 
33
  markupsafe==3.0.2
 
 
 
34
  mdurl==0.1.2
 
35
  numpy==2.2.4
 
 
 
36
  orjson==3.10.16
 
37
  packaging==24.2
 
 
 
 
38
  pandas==2.2.3
39
- pillow==10.4.0
 
 
40
  pycountry==24.6.1
41
- pydantic==2.10.6
42
- pydantic-core==2.27.2
 
 
 
 
 
 
 
 
43
  pydantic-settings==2.8.1
 
44
  pydub==0.25.1
 
45
  pygments==2.19.1
 
46
  python-dateutil==2.9.0.post0
 
47
  python-dotenv==1.1.0
 
 
 
48
  python-multipart==0.0.20
 
 
 
49
  pytz==2025.2
 
50
  pyyaml==6.0.2
 
 
 
 
51
  requests==2.32.3
52
- rich==13.9.4
 
 
 
 
 
 
53
  ruff==0.11.2 ; sys_platform != 'emscripten'
 
54
  safehttpx==0.1.6
 
55
  semantic-version==2.10.0
 
56
  shellingham==1.5.4
 
57
  six==1.17.0
 
58
  smmap==5.0.2
 
59
  sniffio==1.3.1
 
 
 
60
  soupsieve==2.6
 
61
  starlette==0.46.1
 
 
 
62
  tomli==2.2.1
 
63
  tomlkit==0.13.2
 
64
  tqdm==4.67.1
 
65
  typer==0.15.2
66
- typing-extensions==4.12.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  tzdata==2025.2
 
68
  urllib3==2.3.0
 
 
 
69
  uvicorn==0.34.0 ; sys_platform != 'emscripten'
 
70
  websockets==15.0.1
 
 
1
  # This file was autogenerated by uv via the following command:
2
  # uv export --no-dev --frozen --no-hashes --output-file requirements.txt
3
+ agno==1.2.6
4
+ # via chatacter-app
5
  aiofiles==23.2.1
6
+ # via gradio
7
  annotated-types==0.7.0
8
+ # via pydantic
9
  anyio==4.9.0
10
+ # via
11
+ # gradio
12
+ # groq
13
+ # httpx
14
+ # starlette
15
  audioop-lts==0.2.1 ; python_full_version >= '3.13'
16
+ # via gradio
17
  beautifulsoup4==4.13.3
18
+ # via googlesearch-python
19
  certifi==2025.1.31
20
+ # via
21
+ # httpcore
22
+ # httpx
23
+ # requests
24
  charset-normalizer==3.4.1
25
+ # via requests
26
  click==8.1.8
27
+ # via
28
+ # typer
29
+ # uvicorn
30
  colorama==0.4.6 ; sys_platform == 'win32'
31
+ # via
32
+ # click
33
+ # tqdm
34
  distro==1.9.0
35
+ # via groq
36
  docstring-parser==0.16
37
+ # via agno
38
  fastapi==0.115.12
39
+ # via gradio
40
  ffmpy==0.5.0
41
+ # via gradio
42
  filelock==3.18.0
43
+ # via huggingface-hub
44
+ fsspec==2025.3.1
45
+ # via
46
+ # gradio-client
47
+ # huggingface-hub
48
  gitdb==4.0.12
49
+ # via gitpython
50
  gitpython==3.1.44
51
+ # via agno
52
  googlesearch-python==1.3.0
53
+ # via chatacter-app
54
  gradio==5.23.1
55
+ # via chatacter-app
56
  gradio-client==1.8.0
57
+ # via gradio
58
  groovy==0.1.2
59
+ # via gradio
60
  groq==0.20.0
61
+ # via chatacter-app
62
  h11==0.14.0
63
+ # via
64
+ # httpcore
65
+ # uvicorn
66
  httpcore==1.0.7
67
+ # via httpx
68
  httpx==0.28.1
69
+ # via
70
+ # agno
71
+ # gradio
72
+ # gradio-client
73
+ # groq
74
+ # safehttpx
75
  huggingface-hub==0.29.3
76
+ # via
77
+ # gradio
78
+ # gradio-client
79
  idna==3.10
80
+ # via
81
+ # anyio
82
+ # httpx
83
+ # requests
84
  jinja2==3.1.6
85
+ # via gradio
86
  markdown-it-py==3.0.0
87
+ # via rich
88
  markupsafe==3.0.2
89
+ # via
90
+ # gradio
91
+ # jinja2
92
  mdurl==0.1.2
93
+ # via markdown-it-py
94
  numpy==2.2.4
95
+ # via
96
+ # gradio
97
+ # pandas
98
  orjson==3.10.16
99
+ # via gradio
100
  packaging==24.2
101
+ # via
102
+ # gradio
103
+ # gradio-client
104
+ # huggingface-hub
105
  pandas==2.2.3
106
+ # via gradio
107
+ pillow==11.1.0
108
+ # via gradio
109
  pycountry==24.6.1
110
+ # via chatacter-app
111
+ pydantic==2.11.1
112
+ # via
113
+ # agno
114
+ # fastapi
115
+ # gradio
116
+ # groq
117
+ # pydantic-settings
118
+ pydantic-core==2.33.0
119
+ # via pydantic
120
  pydantic-settings==2.8.1
121
+ # via agno
122
  pydub==0.25.1
123
+ # via gradio
124
  pygments==2.19.1
125
+ # via rich
126
  python-dateutil==2.9.0.post0
127
+ # via pandas
128
  python-dotenv==1.1.0
129
+ # via
130
+ # agno
131
+ # pydantic-settings
132
  python-multipart==0.0.20
133
+ # via
134
+ # agno
135
+ # gradio
136
  pytz==2025.2
137
+ # via pandas
138
  pyyaml==6.0.2
139
+ # via
140
+ # agno
141
+ # gradio
142
+ # huggingface-hub
143
  requests==2.32.3
144
+ # via
145
+ # googlesearch-python
146
+ # huggingface-hub
147
+ rich==14.0.0
148
+ # via
149
+ # agno
150
+ # typer
151
  ruff==0.11.2 ; sys_platform != 'emscripten'
152
+ # via gradio
153
  safehttpx==0.1.6
154
+ # via gradio
155
  semantic-version==2.10.0
156
+ # via gradio
157
  shellingham==1.5.4
158
+ # via typer
159
  six==1.17.0
160
+ # via python-dateutil
161
  smmap==5.0.2
162
+ # via gitdb
163
  sniffio==1.3.1
164
+ # via
165
+ # anyio
166
+ # groq
167
  soupsieve==2.6
168
+ # via beautifulsoup4
169
  starlette==0.46.1
170
+ # via
171
+ # fastapi
172
+ # gradio
173
  tomli==2.2.1
174
+ # via agno
175
  tomlkit==0.13.2
176
+ # via gradio
177
  tqdm==4.67.1
178
+ # via huggingface-hub
179
  typer==0.15.2
180
+ # via
181
+ # agno
182
+ # gradio
183
+ typing-extensions==4.13.0
184
+ # via
185
+ # agno
186
+ # anyio
187
+ # beautifulsoup4
188
+ # fastapi
189
+ # gradio
190
+ # gradio-client
191
+ # groq
192
+ # huggingface-hub
193
+ # pydantic
194
+ # pydantic-core
195
+ # typer
196
+ # typing-inspection
197
+ typing-inspection==0.4.0
198
+ # via pydantic
199
  tzdata==2025.2
200
+ # via pandas
201
  urllib3==2.3.0
202
+ # via
203
+ # gradio
204
+ # requests
205
  uvicorn==0.34.0 ; sys_platform != 'emscripten'
206
+ # via gradio
207
  websockets==15.0.1
208
+ # via gradio-client