Spaces:
Runtime error
Runtime error
Pedro Bento
commited on
Commit
·
73baa07
1
Parent(s):
b73d8a6
fixed Virus total dependencies
Browse files- pyproject.toml +1 -1
- requirements-dev.txt +187 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ authors = [
|
|
12 |
requires-python = ">=3.10,<4"
|
13 |
readme = "README.md"
|
14 |
license = ""
|
15 |
-
dependencies = ["gradio[mcp]>=5.32.1", "requests>=2.32.3"]
|
16 |
|
17 |
[project.scripts]
|
18 |
|
|
|
12 |
requires-python = ">=3.10,<4"
|
13 |
readme = "README.md"
|
14 |
license = ""
|
15 |
+
dependencies = ["gradio[mcp]>=5.32.1", "requests>=2.32.3", "vt~=3.1.3.7"]
|
16 |
|
17 |
[project.scripts]
|
18 |
|
requirements-dev.txt
CHANGED
@@ -1,97 +1,284 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-hashes --group dev --group test -o requirements-dev.txt
|
3 |
aiofiles==24.1.0
|
|
|
4 |
annotated-types==0.7.0
|
|
|
5 |
anyio==4.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
|
|
7 |
boolean-py==5.0
|
|
|
8 |
cachecontrol==0.14.3
|
|
|
9 |
certifi==2025.4.26
|
|
|
|
|
|
|
|
|
10 |
cfgv==3.4.0
|
|
|
11 |
charset-normalizer==3.4.2
|
|
|
12 |
click==8.2.1 ; sys_platform != 'emscripten'
|
|
|
|
|
|
|
13 |
colorama==0.4.6 ; sys_platform == 'win32'
|
|
|
|
|
|
|
|
|
14 |
coverage==7.8.2
|
|
|
15 |
cyclonedx-python-lib==9.1.0
|
|
|
16 |
defusedxml==0.7.1
|
|
|
17 |
distlib==0.3.9
|
|
|
18 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
|
|
|
|
|
|
19 |
fastapi==0.115.12
|
|
|
20 |
ffmpy==0.6.0
|
|
|
21 |
filelock==3.18.0
|
|
|
|
|
|
|
|
|
22 |
fsspec==2025.5.1
|
|
|
|
|
|
|
23 |
gradio==5.32.1
|
|
|
24 |
gradio-client==1.10.2
|
|
|
25 |
groovy==0.1.2
|
|
|
26 |
h11==0.16.0
|
|
|
|
|
|
|
27 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
|
|
|
|
|
|
28 |
httpcore==1.0.9
|
|
|
29 |
httpx==0.28.1
|
|
|
|
|
|
|
|
|
|
|
30 |
httpx-sse==0.4.0
|
|
|
31 |
huggingface-hub==0.32.4
|
|
|
|
|
|
|
32 |
identify==2.6.12
|
|
|
33 |
idna==3.10
|
|
|
|
|
|
|
|
|
34 |
iniconfig==2.1.0
|
|
|
35 |
jinja2==3.1.6
|
|
|
36 |
license-expression==30.4.1
|
|
|
37 |
markdown-it-py==3.0.0
|
|
|
38 |
markupsafe==3.0.2
|
|
|
|
|
|
|
39 |
mcp==1.9.0
|
|
|
40 |
mdurl==0.1.2
|
|
|
41 |
msgpack==1.1.0
|
|
|
42 |
mypy==1.16.0
|
43 |
mypy-extensions==1.1.0
|
|
|
44 |
nodeenv==1.9.1
|
|
|
45 |
numpy==2.2.6
|
|
|
|
|
|
|
|
|
|
|
46 |
orjson==3.10.18
|
|
|
47 |
packageurl-python==0.16.0
|
|
|
48 |
packaging==25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
pandas==2.2.3
|
|
|
50 |
pathspec==0.12.1
|
|
|
51 |
pillow==11.2.1
|
|
|
52 |
pip==25.1.1
|
|
|
53 |
pip-api==0.0.34
|
|
|
54 |
pip-audit==2.9.0
|
55 |
pip-requirements-parser==32.0.1
|
|
|
56 |
platformdirs==4.3.8
|
|
|
|
|
|
|
57 |
pluggy==1.6.0
|
|
|
58 |
pre-commit==3.8.0
|
59 |
py-serializable==2.0.0
|
|
|
60 |
pydantic==2.11.5
|
|
|
|
|
|
|
|
|
|
|
61 |
pydantic-core==2.33.2
|
|
|
62 |
pydantic-settings==2.9.1
|
|
|
63 |
pydub==0.25.1
|
|
|
64 |
pygments==2.19.1
|
|
|
65 |
pyparsing==3.2.3
|
|
|
66 |
pytest==7.4.4
|
|
|
|
|
|
|
67 |
pytest-cov==4.1.0
|
68 |
pytest-randomly==3.16.0
|
69 |
python-dateutil==2.9.0.post0
|
|
|
|
|
|
|
70 |
python-dotenv==1.1.0
|
|
|
71 |
python-multipart==0.0.20
|
|
|
|
|
|
|
72 |
pytz==2025.2
|
|
|
73 |
pyyaml==6.0.2
|
|
|
|
|
|
|
|
|
74 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
rich==14.0.0
|
|
|
|
|
|
|
76 |
ruff==0.11.12
|
|
|
77 |
safehttpx==0.1.6
|
|
|
78 |
semantic-version==2.10.0
|
|
|
79 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
|
|
80 |
six==1.17.0
|
|
|
|
|
|
|
81 |
sniffio==1.3.1
|
|
|
82 |
sortedcontainers==2.4.0
|
|
|
83 |
sse-starlette==2.3.6
|
|
|
84 |
starlette==0.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
toml==0.10.2
|
|
|
86 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
|
|
|
|
|
|
|
|
87 |
tomlkit==0.13.2
|
|
|
88 |
tqdm==4.67.1
|
|
|
89 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
|
|
90 |
typing-extensions==4.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
typing-inspection==0.4.1
|
|
|
|
|
|
|
92 |
tzdata==2025.2
|
|
|
93 |
urllib3==2.4.0
|
|
|
|
|
|
|
94 |
uvicorn==0.34.3 ; sys_platform != 'emscripten'
|
|
|
|
|
|
|
95 |
virtualenv==20.31.2
|
|
|
|
|
|
|
96 |
websockets==15.0.1
|
|
|
97 |
xdoctest==1.2.0
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-hashes --group dev --group test -o requirements-dev.txt
|
3 |
aiofiles==24.1.0
|
4 |
+
# via gradio
|
5 |
annotated-types==0.7.0
|
6 |
+
# via pydantic
|
7 |
anyio==4.9.0
|
8 |
+
# via
|
9 |
+
# gradio
|
10 |
+
# httpx
|
11 |
+
# mcp
|
12 |
+
# sse-starlette
|
13 |
+
# starlette
|
14 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
15 |
+
# via gradio
|
16 |
boolean-py==5.0
|
17 |
+
# via license-expression
|
18 |
cachecontrol==0.14.3
|
19 |
+
# via pip-audit
|
20 |
certifi==2025.4.26
|
21 |
+
# via
|
22 |
+
# httpcore
|
23 |
+
# httpx
|
24 |
+
# requests
|
25 |
cfgv==3.4.0
|
26 |
+
# via pre-commit
|
27 |
charset-normalizer==3.4.2
|
28 |
+
# via requests
|
29 |
click==8.2.1 ; sys_platform != 'emscripten'
|
30 |
+
# via
|
31 |
+
# typer
|
32 |
+
# uvicorn
|
33 |
colorama==0.4.6 ; sys_platform == 'win32'
|
34 |
+
# via
|
35 |
+
# click
|
36 |
+
# pytest
|
37 |
+
# tqdm
|
38 |
coverage==7.8.2
|
39 |
+
# via pytest-cov
|
40 |
cyclonedx-python-lib==9.1.0
|
41 |
+
# via pip-audit
|
42 |
defusedxml==0.7.1
|
43 |
+
# via py-serializable
|
44 |
distlib==0.3.9
|
45 |
+
# via virtualenv
|
46 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
47 |
+
# via
|
48 |
+
# anyio
|
49 |
+
# pytest
|
50 |
fastapi==0.115.12
|
51 |
+
# via gradio
|
52 |
ffmpy==0.6.0
|
53 |
+
# via gradio
|
54 |
filelock==3.18.0
|
55 |
+
# via
|
56 |
+
# cachecontrol
|
57 |
+
# huggingface-hub
|
58 |
+
# virtualenv
|
59 |
fsspec==2025.5.1
|
60 |
+
# via
|
61 |
+
# gradio-client
|
62 |
+
# huggingface-hub
|
63 |
gradio==5.32.1
|
64 |
+
# via tdagent
|
65 |
gradio-client==1.10.2
|
66 |
+
# via gradio
|
67 |
groovy==0.1.2
|
68 |
+
# via gradio
|
69 |
h11==0.16.0
|
70 |
+
# via
|
71 |
+
# httpcore
|
72 |
+
# uvicorn
|
73 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
74 |
+
# via huggingface-hub
|
75 |
+
htmlparser==0.0.2
|
76 |
+
# via vt
|
77 |
httpcore==1.0.9
|
78 |
+
# via httpx
|
79 |
httpx==0.28.1
|
80 |
+
# via
|
81 |
+
# gradio
|
82 |
+
# gradio-client
|
83 |
+
# mcp
|
84 |
+
# safehttpx
|
85 |
httpx-sse==0.4.0
|
86 |
+
# via mcp
|
87 |
huggingface-hub==0.32.4
|
88 |
+
# via
|
89 |
+
# gradio
|
90 |
+
# gradio-client
|
91 |
identify==2.6.12
|
92 |
+
# via pre-commit
|
93 |
idna==3.10
|
94 |
+
# via
|
95 |
+
# anyio
|
96 |
+
# httpx
|
97 |
+
# requests
|
98 |
iniconfig==2.1.0
|
99 |
+
# via pytest
|
100 |
jinja2==3.1.6
|
101 |
+
# via gradio
|
102 |
license-expression==30.4.1
|
103 |
+
# via cyclonedx-python-lib
|
104 |
markdown-it-py==3.0.0
|
105 |
+
# via rich
|
106 |
markupsafe==3.0.2
|
107 |
+
# via
|
108 |
+
# gradio
|
109 |
+
# jinja2
|
110 |
mcp==1.9.0
|
111 |
+
# via gradio
|
112 |
mdurl==0.1.2
|
113 |
+
# via markdown-it-py
|
114 |
msgpack==1.1.0
|
115 |
+
# via cachecontrol
|
116 |
mypy==1.16.0
|
117 |
mypy-extensions==1.1.0
|
118 |
+
# via mypy
|
119 |
nodeenv==1.9.1
|
120 |
+
# via pre-commit
|
121 |
numpy==2.2.6
|
122 |
+
# via
|
123 |
+
# gradio
|
124 |
+
# pandas
|
125 |
+
olefile==0.47
|
126 |
+
# via vt
|
127 |
orjson==3.10.18
|
128 |
+
# via gradio
|
129 |
packageurl-python==0.16.0
|
130 |
+
# via cyclonedx-python-lib
|
131 |
packaging==25.0
|
132 |
+
# via
|
133 |
+
# gradio
|
134 |
+
# gradio-client
|
135 |
+
# huggingface-hub
|
136 |
+
# pip-audit
|
137 |
+
# pip-requirements-parser
|
138 |
+
# pytest
|
139 |
pandas==2.2.3
|
140 |
+
# via gradio
|
141 |
pathspec==0.12.1
|
142 |
+
# via mypy
|
143 |
pillow==11.2.1
|
144 |
+
# via gradio
|
145 |
pip==25.1.1
|
146 |
+
# via pip-api
|
147 |
pip-api==0.0.34
|
148 |
+
# via pip-audit
|
149 |
pip-audit==2.9.0
|
150 |
pip-requirements-parser==32.0.1
|
151 |
+
# via pip-audit
|
152 |
platformdirs==4.3.8
|
153 |
+
# via
|
154 |
+
# pip-audit
|
155 |
+
# virtualenv
|
156 |
pluggy==1.6.0
|
157 |
+
# via pytest
|
158 |
pre-commit==3.8.0
|
159 |
py-serializable==2.0.0
|
160 |
+
# via cyclonedx-python-lib
|
161 |
pydantic==2.11.5
|
162 |
+
# via
|
163 |
+
# fastapi
|
164 |
+
# gradio
|
165 |
+
# mcp
|
166 |
+
# pydantic-settings
|
167 |
pydantic-core==2.33.2
|
168 |
+
# via pydantic
|
169 |
pydantic-settings==2.9.1
|
170 |
+
# via mcp
|
171 |
pydub==0.25.1
|
172 |
+
# via gradio
|
173 |
pygments==2.19.1
|
174 |
+
# via rich
|
175 |
pyparsing==3.2.3
|
176 |
+
# via pip-requirements-parser
|
177 |
pytest==7.4.4
|
178 |
+
# via
|
179 |
+
# pytest-cov
|
180 |
+
# pytest-randomly
|
181 |
pytest-cov==4.1.0
|
182 |
pytest-randomly==3.16.0
|
183 |
python-dateutil==2.9.0.post0
|
184 |
+
# via
|
185 |
+
# pandas
|
186 |
+
# vt
|
187 |
python-dotenv==1.1.0
|
188 |
+
# via pydantic-settings
|
189 |
python-multipart==0.0.20
|
190 |
+
# via
|
191 |
+
# gradio
|
192 |
+
# mcp
|
193 |
pytz==2025.2
|
194 |
+
# via pandas
|
195 |
pyyaml==6.0.2
|
196 |
+
# via
|
197 |
+
# gradio
|
198 |
+
# huggingface-hub
|
199 |
+
# pre-commit
|
200 |
requests==2.32.3
|
201 |
+
# via
|
202 |
+
# cachecontrol
|
203 |
+
# huggingface-hub
|
204 |
+
# pip-audit
|
205 |
+
# tdagent
|
206 |
+
# vt
|
207 |
rich==14.0.0
|
208 |
+
# via
|
209 |
+
# pip-audit
|
210 |
+
# typer
|
211 |
ruff==0.11.12
|
212 |
+
# via gradio
|
213 |
safehttpx==0.1.6
|
214 |
+
# via gradio
|
215 |
semantic-version==2.10.0
|
216 |
+
# via gradio
|
217 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
218 |
+
# via typer
|
219 |
six==1.17.0
|
220 |
+
# via
|
221 |
+
# python-dateutil
|
222 |
+
# vt
|
223 |
sniffio==1.3.1
|
224 |
+
# via anyio
|
225 |
sortedcontainers==2.4.0
|
226 |
+
# via cyclonedx-python-lib
|
227 |
sse-starlette==2.3.6
|
228 |
+
# via mcp
|
229 |
starlette==0.46.2
|
230 |
+
# via
|
231 |
+
# fastapi
|
232 |
+
# gradio
|
233 |
+
# mcp
|
234 |
+
texttable==1.7.0
|
235 |
+
# via vt
|
236 |
toml==0.10.2
|
237 |
+
# via pip-audit
|
238 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
239 |
+
# via
|
240 |
+
# coverage
|
241 |
+
# mypy
|
242 |
+
# pytest
|
243 |
tomlkit==0.13.2
|
244 |
+
# via gradio
|
245 |
tqdm==4.67.1
|
246 |
+
# via huggingface-hub
|
247 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
248 |
+
# via gradio
|
249 |
typing-extensions==4.14.0
|
250 |
+
# via
|
251 |
+
# anyio
|
252 |
+
# exceptiongroup
|
253 |
+
# fastapi
|
254 |
+
# gradio
|
255 |
+
# gradio-client
|
256 |
+
# huggingface-hub
|
257 |
+
# mypy
|
258 |
+
# pydantic
|
259 |
+
# pydantic-core
|
260 |
+
# rich
|
261 |
+
# typer
|
262 |
+
# typing-inspection
|
263 |
+
# uvicorn
|
264 |
typing-inspection==0.4.1
|
265 |
+
# via
|
266 |
+
# pydantic
|
267 |
+
# pydantic-settings
|
268 |
tzdata==2025.2
|
269 |
+
# via pandas
|
270 |
urllib3==2.4.0
|
271 |
+
# via
|
272 |
+
# gradio
|
273 |
+
# requests
|
274 |
uvicorn==0.34.3 ; sys_platform != 'emscripten'
|
275 |
+
# via
|
276 |
+
# gradio
|
277 |
+
# mcp
|
278 |
virtualenv==20.31.2
|
279 |
+
# via pre-commit
|
280 |
+
vt==3.1.3.7
|
281 |
+
# via tdagent
|
282 |
websockets==15.0.1
|
283 |
+
# via gradio-client
|
284 |
xdoctest==1.2.0
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|