apple muncy commited on
Commit
149d038
·
1 Parent(s): bc3041c

refill req

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. requirements.txt +72 -4
requirements.txt CHANGED
@@ -1,7 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi
2
  fastmcp
3
- gradio>=5.34.2
4
- gradio-client>=1.10.1
5
- huggingface-hub>=0.32.2
6
- mcp>=1.9.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  uvicorn
 
 
 
 
 
1
+ aiofiles
2
+ aiohappyeyeballs
3
+ aiohttp
4
+ aiosignal
5
+ annotated-types
6
+ anyio
7
+ attrs
8
+ audioop-lts ==3.12.2
9
+ certifi
10
+ charset-normalizer
11
+ click
12
+ colorama ; sys_platform == 'win32' or platform_system == 'Windows'
13
+ exceptiongroup
14
  fastapi
15
  fastmcp
16
+ ffmpy
17
+ filelock
18
+ frozenlist
19
+ fsspec
20
+ gradio
21
+ gradio-client
22
+ groovy
23
+ h11
24
+ hf-xet ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
25
+ httpcore
26
+ httptools
27
+ httpx
28
+ httpx-sse
29
+ huggingface-hub
30
+ idna
31
+ jinja2
32
+ markdown-it-py
33
+ markupsafe
34
+ mcp
35
+ mdurl
36
+ multidict
37
+ numpy
38
+ openapi-pydantic
39
+ orjson
40
+ packaging
41
+ pandas
42
+ pillow
43
+ propcache
44
+ pydantic
45
+ pydantic-core
46
+ pydantic-settings
47
+ pydub
48
+ pygments
49
+ python-dateutil
50
+ python-dotenv
51
+ python-multipart
52
+ pytz
53
+ pyyaml
54
+ requests
55
+ rich
56
+ ruff ; sys_platform != 'emscripten'
57
+ safehttpx
58
+ semantic-version
59
+ shellingham
60
+ six
61
+ sniffio
62
+ sse-starlette
63
+ starlette
64
+ tomlkit
65
+ tqdm
66
+ typer
67
+ typing-extensions
68
+ typing-inspection
69
+ tzdata
70
+ urllib3
71
  uvicorn
72
+ uvloop ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
73
+ watchfiles
74
+ websockets
75
+ yarl