-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathrequirements.txt
207 lines (207 loc) · 4.38 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras .sphinx/requirements.txt
#
alabaster==1.0.0
# via sphinx
anyio==4.8.0
# via
# starlette
# watchfiles
attrs==25.1.0
# via
# jsonschema
# referencing
babel==2.17.0
# via sphinx
beautifulsoup4==4.13.1
# via
# canonical-sphinx-extensions
# furo
# pyspelling
bracex==2.5.post1
# via wcmatch
canonical-sphinx-extensions==0.0.23
# via -r .sphinx/requirements.txt
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
deepmerge==2.0
# via sphinxcontrib-openapi
docutils==0.21.2
# via
# canonical-sphinx-extensions
# myst-parser
# sphinx
# sphinx-mdinclude
# sphinx-tabs
furo==2024.8.6
# via -r .sphinx/requirements.txt
gitdb==4.0.12
# via gitpython
gitpython==3.1.44
# via
# -r .sphinx/requirements.txt
# canonical-sphinx-extensions
h11==0.14.0
# via uvicorn
html5lib==1.1
# via pyspelling
idna==3.10
# via
# anyio
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
# via
# myst-parser
# sphinx
jsonschema==4.23.0
# via sphinxcontrib-openapi
jsonschema-specifications==2024.10.1
# via jsonschema
linkify-it-py==2.0.3
# via -r .sphinx/requirements.txt
lxml==5.3.0
# via pyspelling
markdown==3.7
# via pyspelling
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==3.0.2
# via jinja2
mdit-py-plugins==0.4.2
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
mistune==3.1.1
# via sphinx-mdinclude
myst-parser==4.0.0
# via -r .sphinx/requirements.txt
packaging==24.2
# via sphinx
picobox==4.0.0
# via sphinxcontrib-openapi
pygments==2.19.1
# via
# furo
# sphinx
# sphinx-mdinclude
# sphinx-tabs
pyspelling==2.10
# via -r .sphinx/requirements.txt
pyyaml==6.0.2
# via
# myst-parser
# pyspelling
# sphinxcontrib-openapi
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via
# canonical-sphinx-extensions
# sphinx
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.17.0
# via
# html5lib
# sphinxcontrib-httpdomain
smmap==5.0.2
# via gitdb
sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via
# beautifulsoup4
# pyspelling
sphinx==8.1.3
# via
# -r .sphinx/requirements.txt
# canonical-sphinx-extensions
# furo
# myst-parser
# sphinx-autobuild
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-design
# sphinx-mdinclude
# sphinx-notfound-page
# sphinx-tabs
# sphinxcontrib-httpdomain
# sphinxcontrib-jquery
# sphinxcontrib-openapi
# sphinxext-opengraph
sphinx-autobuild==2024.10.3
# via -r .sphinx/requirements.txt
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r .sphinx/requirements.txt
sphinx-design==0.6.1
# via -r .sphinx/requirements.txt
sphinx-mdinclude==0.6.2
# via sphinxcontrib-openapi
sphinx-notfound-page==1.1.0
# via -r .sphinx/requirements.txt
sphinx-tabs==3.4.7
# via -r .sphinx/requirements.txt
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via sphinxcontrib-openapi
sphinxcontrib-jquery==4.1
# via -r .sphinx/requirements.txt
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-openapi==0.8.4
# via -r .sphinx/requirements.txt
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxext-opengraph==0.9.1
# via -r .sphinx/requirements.txt
starlette==0.45.3
# via sphinx-autobuild
typing-extensions==4.12.2
# via
# anyio
# beautifulsoup4
# referencing
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==2.3.0
# via requests
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.4
# via
# -r .sphinx/requirements.txt
# sphinx-autobuild
wcmatch==10.0
# via pyspelling
webencodings==0.5.1
# via html5lib
websockets==14.2
# via sphinx-autobuild