Pedro Bento commited on
Commit
e5bb0b1
·
1 Parent(s): 65497fb

fixed Virus total dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +161 -22
requirements.txt CHANGED
@@ -1,72 +1,211 @@
1
  # This file was autogenerated by uv via the following command:
2
- # uv export --format requirements-txt --no-hashes --no-dev -o requirements.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
  certifi==2025.4.26
 
 
 
 
8
  charset-normalizer==3.4.2
9
- click==8.2.1 ; sys_platform != 'emscripten'
10
- colorama==0.4.6 ; sys_platform == 'win32'
11
- coverage==7.8.2
12
- exceptiongroup==1.3.0 ; python_full_version < '3.11'
 
 
 
13
  fastapi==0.115.12
 
14
  ffmpy==0.6.0
 
15
  filelock==3.18.0
 
 
 
 
 
16
  fsspec==2025.5.1
 
 
 
17
  gradio==5.32.1
 
18
  gradio-client==1.10.2
 
19
  groovy==0.1.2
 
20
  h11==0.16.0
21
- hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
 
 
 
 
22
  httpcore==1.0.9
 
23
  httpx==0.28.1
 
 
 
 
 
24
  httpx-sse==0.4.0
 
25
  huggingface-hub==0.32.4
 
 
 
26
  idna==3.10
27
- iniconfig==2.1.0
 
 
 
 
28
  jinja2==3.1.6
29
- markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
 
 
30
  markupsafe==3.0.2
 
 
 
31
  mcp==1.9.0
32
- mdurl==0.1.2 ; sys_platform != 'emscripten'
 
 
 
 
 
 
33
  numpy==2.2.6
 
 
 
34
  orjson==3.10.18
 
35
  packaging==25.0
 
 
 
 
36
  pandas==2.2.3
 
37
  pillow==11.2.1
38
- pluggy==1.6.0
 
 
 
 
39
  pydantic==2.11.5
 
 
 
 
 
40
  pydantic-core==2.33.2
 
41
  pydantic-settings==2.9.1
 
42
  pydub==0.25.1
43
- pygments==2.19.1 ; sys_platform != 'emscripten'
44
- pytest==7.4.4
45
- pytest-cov==4.1.0
46
- pytest-randomly==3.16.0
47
  python-dateutil==2.9.0.post0
 
48
  python-dotenv==1.1.0
 
49
  python-multipart==0.0.20
 
 
 
50
  pytz==2025.2
 
51
  pyyaml==6.0.2
 
 
 
52
  requests==2.32.3
53
- rich==14.0.0 ; sys_platform != 'emscripten'
54
- ruff==0.11.12 ; sys_platform != 'emscripten'
 
 
 
 
 
55
  safehttpx==0.1.6
 
56
  semantic-version==2.10.0
57
- shellingham==1.5.4 ; sys_platform != 'emscripten'
 
 
58
  six==1.17.0
 
59
  sniffio==1.3.1
 
60
  sse-starlette==2.3.6
 
61
  starlette==0.46.2
62
- tomli==2.2.1 ; python_full_version <= '3.11'
 
 
 
63
  tomlkit==0.13.2
 
64
  tqdm==4.67.1
65
- typer==0.16.0 ; sys_platform != 'emscripten'
 
 
66
  typing-extensions==4.14.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  typing-inspection==0.4.1
 
 
 
68
  tzdata==2025.2
 
69
  urllib3==2.4.0
70
- uvicorn==0.34.3 ; sys_platform != 'emscripten'
 
 
 
 
 
 
71
  websockets==15.0.1
72
- xdoctest==1.2.0
 
 
 
1
  # This file was autogenerated by uv via the following command:
2
+ # uv pip compile pyproject.toml -o requirements.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
16
+ # via
17
+ # gradio
18
+ # httpx
19
+ # mcp
20
+ # sse-starlette
21
+ # starlette
22
+ async-timeout==5.0.1
23
+ # via aiohttp
24
+ attrs==25.3.0
25
+ # via aiohttp
26
  certifi==2025.4.26
27
+ # via
28
+ # httpcore
29
+ # httpx
30
+ # requests
31
  charset-normalizer==3.4.2
32
+ # via requests
33
+ click==8.2.1
34
+ # via
35
+ # typer
36
+ # uvicorn
37
+ exceptiongroup==1.3.0
38
+ # via anyio
39
  fastapi==0.115.12
40
+ # via gradio
41
  ffmpy==0.6.0
42
+ # via gradio
43
  filelock==3.18.0
44
+ # via huggingface-hub
45
+ frozenlist==1.6.2
46
+ # via
47
+ # aiohttp
48
+ # aiosignal
49
  fsspec==2025.5.1
50
+ # via
51
+ # gradio-client
52
+ # huggingface-hub
53
  gradio==5.32.1
54
+ # via tdagent (pyproject.toml)
55
  gradio-client==1.10.2
56
+ # via gradio
57
  groovy==0.1.2
58
+ # via gradio
59
  h11==0.16.0
60
+ # via
61
+ # httpcore
62
+ # uvicorn
63
+ hf-xet==1.1.2
64
+ # via huggingface-hub
65
  httpcore==1.0.9
66
+ # via httpx
67
  httpx==0.28.1
68
+ # via
69
+ # gradio
70
+ # gradio-client
71
+ # mcp
72
+ # safehttpx
73
  httpx-sse==0.4.0
74
+ # via mcp
75
  huggingface-hub==0.32.4
76
+ # via
77
+ # gradio
78
+ # gradio-client
79
  idna==3.10
80
+ # via
81
+ # anyio
82
+ # httpx
83
+ # requests
84
+ # yarl
85
  jinja2==3.1.6
86
+ # via gradio
87
+ markdown-it-py==3.0.0
88
+ # via rich
89
  markupsafe==3.0.2
90
+ # via
91
+ # gradio
92
+ # jinja2
93
  mcp==1.9.0
94
+ # via gradio
95
+ mdurl==0.1.2
96
+ # via markdown-it-py
97
+ multidict==6.4.4
98
+ # via
99
+ # aiohttp
100
+ # yarl
101
  numpy==2.2.6
102
+ # via
103
+ # gradio
104
+ # pandas
105
  orjson==3.10.18
106
+ # via gradio
107
  packaging==25.0
108
+ # via
109
+ # gradio
110
+ # gradio-client
111
+ # huggingface-hub
112
  pandas==2.2.3
113
+ # via gradio
114
  pillow==11.2.1
115
+ # via gradio
116
+ propcache==0.3.1
117
+ # via
118
+ # aiohttp
119
+ # yarl
120
  pydantic==2.11.5
121
+ # via
122
+ # fastapi
123
+ # gradio
124
+ # mcp
125
+ # pydantic-settings
126
  pydantic-core==2.33.2
127
+ # via pydantic
128
  pydantic-settings==2.9.1
129
+ # via mcp
130
  pydub==0.25.1
131
+ # via gradio
132
+ pygments==2.19.1
133
+ # via rich
 
134
  python-dateutil==2.9.0.post0
135
+ # via pandas
136
  python-dotenv==1.1.0
137
+ # via pydantic-settings
138
  python-multipart==0.0.20
139
+ # via
140
+ # gradio
141
+ # mcp
142
  pytz==2025.2
143
+ # via pandas
144
  pyyaml==6.0.2
145
+ # via
146
+ # gradio
147
+ # huggingface-hub
148
  requests==2.32.3
149
+ # via
150
+ # tdagent (pyproject.toml)
151
+ # huggingface-hub
152
+ rich==14.0.0
153
+ # via typer
154
+ ruff==0.11.12
155
+ # via gradio
156
  safehttpx==0.1.6
157
+ # via gradio
158
  semantic-version==2.10.0
159
+ # via gradio
160
+ shellingham==1.5.4
161
+ # via typer
162
  six==1.17.0
163
+ # via python-dateutil
164
  sniffio==1.3.1
165
+ # via anyio
166
  sse-starlette==2.3.6
167
+ # via mcp
168
  starlette==0.46.2
169
+ # via
170
+ # fastapi
171
+ # gradio
172
+ # mcp
173
  tomlkit==0.13.2
174
+ # via gradio
175
  tqdm==4.67.1
176
+ # via huggingface-hub
177
+ typer==0.16.0
178
+ # via gradio
179
  typing-extensions==4.14.0
180
+ # via
181
+ # anyio
182
+ # exceptiongroup
183
+ # fastapi
184
+ # gradio
185
+ # gradio-client
186
+ # huggingface-hub
187
+ # multidict
188
+ # pydantic
189
+ # pydantic-core
190
+ # rich
191
+ # typer
192
+ # typing-inspection
193
+ # uvicorn
194
  typing-inspection==0.4.1
195
+ # via
196
+ # pydantic
197
+ # pydantic-settings
198
  tzdata==2025.2
199
+ # via pandas
200
  urllib3==2.4.0
201
+ # via requests
202
+ uvicorn==0.34.3
203
+ # via
204
+ # gradio
205
+ # mcp
206
+ vt-py==0.21.0
207
+ # via tdagent (pyproject.toml)
208
  websockets==15.0.1
209
+ # via gradio-client
210
+ yarl==1.20.0
211
+ # via aiohttp