forked from replicate/cog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
60 lines (60 loc) · 1.16 KB
/
requirements.txt
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking pyproject.toml
#
anyio==3.7.0
# via
# starlette
# watchfiles
attrs==22.2.0
# via cog (pyproject.toml)
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via uvicorn
fastapi==0.96.0
# via cog (pyproject.toml)
h11==0.14.0
# via uvicorn
httptools==0.5.0
# via uvicorn
idna==3.4
# via
# anyio
# requests
pydantic==1.10.8
# via
# cog (pyproject.toml)
# fastapi
python-dotenv==1.0.0
# via uvicorn
pyyaml==6.0
# via
# cog (pyproject.toml)
# uvicorn
requests==2.31.0
# via cog (pyproject.toml)
sniffio==1.3.0
# via anyio
starlette==0.27.0
# via fastapi
structlog==23.1.0
# via cog (pyproject.toml)
typing-extensions==4.6.3
# via
# cog (pyproject.toml)
# pydantic
urllib3==2.0.2
# via requests
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