forked from replicate/cog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
141 lines (141 loc) · 2.66 KB
/
Copy pathrequirements-dev.txt
File metadata and controls
141 lines (141 loc) · 2.66 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt --resolver=backtracking pyproject.toml
#
anyio==3.7.0
# via
# httpcore
# starlette
# watchfiles
attrs==23.1.0
# via
# cog (pyproject.toml)
# hypothesis
black==23.3.0
# via cog (pyproject.toml)
build==0.10.0
# via cog (pyproject.toml)
certifi==2023.5.7
# via
# httpcore
# httpx
# requests
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
# black
# uvicorn
execnet==1.9.0
# via pytest-xdist
fastapi==0.98.0
# via cog (pyproject.toml)
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.2
# via httpx
httptools==0.5.0
# via uvicorn
httpx==0.24.1
# via cog (pyproject.toml)
hypothesis==6.80.0
# via cog (pyproject.toml)
idna==3.4
# via
# anyio
# httpx
# requests
iniconfig==2.0.0
# via pytest
markupsafe==2.1.3
# via werkzeug
mypy==1.4.1
# via cog (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
numpy==1.24.1
# via cog (pyproject.toml)
packaging==23.1
# via
# black
# build
# pytest
# pytest-rerunfailures
pathspec==0.11.1
# via black
pillow==9.5.0
# via cog (pyproject.toml)
platformdirs==3.5.1
# via black
pluggy==1.0.0
# via pytest
pydantic==1.10.9
# via
# cog (pyproject.toml)
# fastapi
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
# via
# cog (pyproject.toml)
# pytest-rerunfailures
# pytest-xdist
pytest-httpserver==1.0.8
# via cog (pyproject.toml)
pytest-rerunfailures==11.1.2
# via cog (pyproject.toml)
pytest-xdist==3.3.1
# via cog (pyproject.toml)
python-dotenv==1.0.0
# via uvicorn
pyyaml==6.0
# via
# cog (pyproject.toml)
# responses
# uvicorn
requests==2.31.0
# via
# cog (pyproject.toml)
# responses
responses==0.23.1
# via cog (pyproject.toml)
ruff==0.0.275
# via cog (pyproject.toml)
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sortedcontainers==2.4.0
# via hypothesis
starlette==0.27.0
# via fastapi
structlog==23.1.0
# via cog (pyproject.toml)
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
# via
# cog (pyproject.toml)
# mypy
# pydantic
urllib3==2.0.3
# via
# requests
# responses
uvicorn[standard]==0.22.0
# via cog (pyproject.toml)
uvloop==0.17.0
# via uvicorn
watchfiles==0.19.0
# via uvicorn
websockets==11.0.3
# via uvicorn
werkzeug==2.3.6
# via pytest-httpserver