-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathrequirements.txt
More file actions
75 lines (75 loc) · 1.5 KB
/
requirements.txt
File metadata and controls
75 lines (75 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This file was autogenerated by uv via the following command:
# uv export --format requirements.txt --no-hashes --no-emit-project -o D:\AI_Workstation\comfyui2api\requirements.txt
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.12.1
# via
# httpx
# starlette
# watchfiles
certifi==2026.2.25
# via
# httpcore
# httpx
click==8.3.1
# via uvicorn
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# uvicorn
fastapi==0.135.1
# via comfyui2api
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httptools==0.7.1
# via uvicorn
httpx==0.28.1
# via comfyui2api
idna==3.11
# via
# anyio
# httpx
pydantic==2.12.5
# via fastapi
pydantic-core==2.41.5
# via pydantic
python-dotenv==1.2.2
# via
# comfyui2api
# uvicorn
python-multipart==0.0.22
# via comfyui2api
pyyaml==6.0.3
# via uvicorn
starlette==0.52.1
# via fastapi
typing-extensions==4.15.0
# via
# anyio
# fastapi
# pydantic
# pydantic-core
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# pydantic
uvicorn==0.42.0
# via comfyui2api
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
watchfiles==1.1.1
# via
# comfyui2api
# uvicorn
websockets==16.0
# via
# comfyui2api
# uvicorn