-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
requirements.txt
178 lines (178 loc) · 3.14 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
aiodns==3.2.0
# via -r requirements.in
aiohttp==3.9.5
# via
# -r requirements.in
# aiohttp-jinja2
# fastapi-cache2
aiohttp-jinja2==1.6
# via -r requirements.in
aioredis==2.0.1
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via
# httpx
# starlette
# watchfiles
async-lru==2.0.4
# via -r requirements.in
async-timeout==4.0.3
# via
# -r requirements.in
# aioredis
attrs==23.2.0
# via aiohttp
backoff==2.2.1
# via -r requirements.in
certifi==2024.7.4
# via
# httpcore
# httpx
cffi==1.16.0
# via
# cryptography
# pycares
click==8.1.7
# via
# typer
# uvicorn
cryptography==42.0.8
# via pyopenssl
dnspython==2.6.1
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.111.1
# via
# -r requirements.in
# fastapi-cache2
fastapi-cache2[redis]==0.2.1
# via -r requirements.in
fastapi-cli==0.0.4
# via fastapi
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.3
# via playwright
h11==0.14.0
# via
# httpcore
# uvicorn
h3==4.0.0b5
# via -r requirements.in
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
humanhash3==0.0.6
# via -r requirements.in
humanize==4.10.0
# via -r requirements.in
idna==3.7
# via
# anyio
# email-validator
# httpx
# yarl
jinja2==3.1.4
# via
# -r requirements.in
# aiohttp-jinja2
# fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# aiohttp
# yarl
orjson==3.10.6
# via -r requirements.in
pendulum==3.0.0
# via
# -r requirements.in
# fastapi-cache2
playwright==1.45.0
# via -r requirements.in
pycares==4.4.0
# via aiodns
pycparser==2.22
# via cffi
pydantic==2.8.2
# via fastapi
pydantic-core==2.20.1
# via pydantic
pyee==11.1.0
# via playwright
pygments==2.18.0
# via rich
pyopenssl==24.1.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
# pendulum
# time-machine
python-dotenv==1.0.1
# via uvicorn
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via uvicorn
redis==4.6.0
# via fastapi-cache2
rich==13.7.1
# via typer
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.37.2
# via fastapi
time-machine==2.14.2
# via pendulum
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.2
# via
# aioredis
# fastapi
# pydantic
# pydantic-core
# pyee
# typer
tzdata==2024.1
# via pendulum
uvicorn[standard]==0.30.1
# via
# -r requirements.in
# fastapi
# fastapi-cache2
uvloop==0.19.0
# via uvicorn
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn
yarl==1.9.4
# via aiohttp