Spaces:
Runtime error
Runtime error
Pedro Bento
commited on
Commit
·
65497fb
1
Parent(s):
73baa07
fixed Virus total dependencies
Browse files- pyproject.toml +1 -1
- requirements-dev.txt +32 -15
- 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", "vt~=
|
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-py~=0.21.0"]
|
16 |
|
17 |
[project.scripts]
|
18 |
|
requirements-dev.txt
CHANGED
@@ -1,7 +1,15 @@
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
annotated-types==0.7.0
|
6 |
# via pydantic
|
7 |
anyio==4.9.0
|
@@ -11,6 +19,10 @@ anyio==4.9.0
|
|
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
|
@@ -56,6 +68,10 @@ filelock==3.18.0
|
|
56 |
# cachecontrol
|
57 |
# huggingface-hub
|
58 |
# virtualenv
|
|
|
|
|
|
|
|
|
59 |
fsspec==2025.5.1
|
60 |
# via
|
61 |
# gradio-client
|
@@ -72,8 +88,6 @@ h11==0.16.0
|
|
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
|
@@ -95,6 +109,7 @@ idna==3.10
|
|
95 |
# anyio
|
96 |
# httpx
|
97 |
# requests
|
|
|
98 |
iniconfig==2.1.0
|
99 |
# via pytest
|
100 |
jinja2==3.1.6
|
@@ -113,6 +128,10 @@ 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
|
@@ -122,8 +141,6 @@ 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
|
@@ -156,6 +173,10 @@ platformdirs==4.3.8
|
|
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
|
@@ -181,9 +202,7 @@ pytest==7.4.4
|
|
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
|
@@ -203,7 +222,6 @@ requests==2.32.3
|
|
203 |
# huggingface-hub
|
204 |
# pip-audit
|
205 |
# tdagent
|
206 |
-
# vt
|
207 |
rich==14.0.0
|
208 |
# via
|
209 |
# pip-audit
|
@@ -217,9 +235,7 @@ semantic-version==2.10.0
|
|
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
|
@@ -231,8 +247,6 @@ starlette==0.46.2
|
|
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'
|
@@ -254,6 +268,7 @@ typing-extensions==4.14.0
|
|
254 |
# gradio
|
255 |
# gradio-client
|
256 |
# huggingface-hub
|
|
|
257 |
# mypy
|
258 |
# pydantic
|
259 |
# pydantic-core
|
@@ -277,8 +292,10 @@ uvicorn==0.34.3 ; sys_platform != 'emscripten'
|
|
277 |
# mcp
|
278 |
virtualenv==20.31.2
|
279 |
# via pre-commit
|
280 |
-
vt==
|
281 |
# via tdagent
|
282 |
websockets==15.0.1
|
283 |
# via gradio-client
|
284 |
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
|
5 |
+
# gradio
|
6 |
+
# vt-py
|
7 |
+
aiohappyeyeballs==2.6.1
|
8 |
+
# via aiohttp
|
9 |
+
aiohttp==3.12.8
|
10 |
+
# via vt-py
|
11 |
+
aiosignal==1.3.2
|
12 |
+
# via aiohttp
|
13 |
annotated-types==0.7.0
|
14 |
# via pydantic
|
15 |
anyio==4.9.0
|
|
|
19 |
# mcp
|
20 |
# sse-starlette
|
21 |
# starlette
|
22 |
+
async-timeout==5.0.1 ; python_full_version < '3.11'
|
23 |
+
# via aiohttp
|
24 |
+
attrs==25.3.0
|
25 |
+
# via aiohttp
|
26 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
27 |
# via gradio
|
28 |
boolean-py==5.0
|
|
|
68 |
# cachecontrol
|
69 |
# huggingface-hub
|
70 |
# virtualenv
|
71 |
+
frozenlist==1.6.2
|
72 |
+
# via
|
73 |
+
# aiohttp
|
74 |
+
# aiosignal
|
75 |
fsspec==2025.5.1
|
76 |
# via
|
77 |
# gradio-client
|
|
|
88 |
# uvicorn
|
89 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
90 |
# via huggingface-hub
|
|
|
|
|
91 |
httpcore==1.0.9
|
92 |
# via httpx
|
93 |
httpx==0.28.1
|
|
|
109 |
# anyio
|
110 |
# httpx
|
111 |
# requests
|
112 |
+
# yarl
|
113 |
iniconfig==2.1.0
|
114 |
# via pytest
|
115 |
jinja2==3.1.6
|
|
|
128 |
# via markdown-it-py
|
129 |
msgpack==1.1.0
|
130 |
# via cachecontrol
|
131 |
+
multidict==6.4.4
|
132 |
+
# via
|
133 |
+
# aiohttp
|
134 |
+
# yarl
|
135 |
mypy==1.16.0
|
136 |
mypy-extensions==1.1.0
|
137 |
# via mypy
|
|
|
141 |
# via
|
142 |
# gradio
|
143 |
# pandas
|
|
|
|
|
144 |
orjson==3.10.18
|
145 |
# via gradio
|
146 |
packageurl-python==0.16.0
|
|
|
173 |
pluggy==1.6.0
|
174 |
# via pytest
|
175 |
pre-commit==3.8.0
|
176 |
+
propcache==0.3.1
|
177 |
+
# via
|
178 |
+
# aiohttp
|
179 |
+
# yarl
|
180 |
py-serializable==2.0.0
|
181 |
# via cyclonedx-python-lib
|
182 |
pydantic==2.11.5
|
|
|
202 |
pytest-cov==4.1.0
|
203 |
pytest-randomly==3.16.0
|
204 |
python-dateutil==2.9.0.post0
|
205 |
+
# via pandas
|
|
|
|
|
206 |
python-dotenv==1.1.0
|
207 |
# via pydantic-settings
|
208 |
python-multipart==0.0.20
|
|
|
222 |
# huggingface-hub
|
223 |
# pip-audit
|
224 |
# tdagent
|
|
|
225 |
rich==14.0.0
|
226 |
# via
|
227 |
# pip-audit
|
|
|
235 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
236 |
# via typer
|
237 |
six==1.17.0
|
238 |
+
# via python-dateutil
|
|
|
|
|
239 |
sniffio==1.3.1
|
240 |
# via anyio
|
241 |
sortedcontainers==2.4.0
|
|
|
247 |
# fastapi
|
248 |
# gradio
|
249 |
# mcp
|
|
|
|
|
250 |
toml==0.10.2
|
251 |
# via pip-audit
|
252 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
|
|
268 |
# gradio
|
269 |
# gradio-client
|
270 |
# huggingface-hub
|
271 |
+
# multidict
|
272 |
# mypy
|
273 |
# pydantic
|
274 |
# pydantic-core
|
|
|
292 |
# mcp
|
293 |
virtualenv==20.31.2
|
294 |
# via pre-commit
|
295 |
+
vt-py==0.21.0
|
296 |
# via tdagent
|
297 |
websockets==15.0.1
|
298 |
# via gradio-client
|
299 |
xdoctest==1.2.0
|
300 |
+
yarl==1.20.0
|
301 |
+
# via aiohttp
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|