-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
242 lines (242 loc) · 5.2 KB
/
requirements-dev.txt
File metadata and controls
242 lines (242 loc) · 5.2 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-emit-project --output-file=requirements-dev.txt
annotated-types==0.7.0
# via pydantic
babel==2.17.0
# via mkdocs-material
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
# via pytest-asyncio
backrefs==5.8
# via mkdocs-material
certifi==2025.4.26
# via requests
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# via
# cryptography
# pynacl
charset-normalizer==3.4.2
# via requests
click==8.1.8 ; python_full_version < '3.10'
# via
# mkdocs
# typer
click==8.2.1 ; python_full_version >= '3.10'
# via
# mkdocs
# typer
colorama==0.4.6
# via
# click
# mkdocs
# mkdocs-material
# pytest
coverage==7.8.2
# via pytest-cov
cryptography==46.0.5
# via pyjwt
csscompressor==0.9.5
# via mkdocs-minify-plugin
deprecated==1.2.18
# via pygithub
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via pytest
ghp-import==2.1.0
# via mkdocs
github-changelog-md==0.9.5
htmlmin2==0.1.13
# via mkdocs-minify-plugin
idna==3.10
# via requests
importlib-metadata==8.7.0 ; python_full_version < '3.10'
# via
# markdown
# mkdocs
# mkdocs-get-deps
# pytest-randomly
iniconfig==2.1.0
# via pytest
jinja2==3.1.6
# via
# mkdocs
# mkdocs-material
jsmin==3.0.1
# via mkdocs-minify-plugin
librt==0.7.3 ; platform_python_implementation != 'PyPy'
# via mypy
markdown==3.9 ; python_full_version < '3.10'
# via
# mdx-truly-sane-lists
# mkdocs
# mkdocs-material
# pymdown-extensions
markdown==3.10.2 ; python_full_version >= '3.10'
# via
# mdx-truly-sane-lists
# mkdocs
# mkdocs-material
# pymdown-extensions
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via
# jinja2
# mkdocs
mdurl==0.1.2
# via markdown-it-py
mdx-truly-sane-lists==1.3
mergedeep==1.3.4
# via
# mkdocs
# mkdocs-get-deps
mkdocs==1.6.1
# via
# mkdocs-material
# mkdocs-minify-plugin
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-material==9.6.14
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-minify-plugin==0.8.0
mock==5.2.0
mypy==1.19.1
mypy-extensions==1.1.0
# via mypy
packaging==25.0
# via
# mkdocs
# pytest
# pytest-sugar
paginate==0.5.7
# via mkdocs-material
pastel==0.2.1
# via poethepoet
pathspec==0.12.1
# via
# mkdocs
# mypy
platformdirs==4.3.8
# via mkdocs-get-deps
pluggy==1.6.0
# via pytest
poethepoet==0.37.0 ; python_full_version < '3.10'
poethepoet==0.42.1 ; python_full_version >= '3.10'
pprintpp==0.4.0
# via pytest-clarity
prek==0.3.6
pycparser==2.22 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.5
# via sqliter-py
pydantic-core==2.41.5
# via pydantic
pygithub==2.6.1
# via github-changelog-md
pygments==2.19.2
# via
# mkdocs-material
# pytest
# rich
pyjwt==2.12.1
# via pygithub
pymdown-extensions==10.20
# via mkdocs-material
pynacl==1.6.2
# via pygithub
pytest==8.4.2
# via
# pytest-asyncio
# pytest-clarity
# pytest-cov
# pytest-mock
# pytest-randomly
# pytest-reverse
# pytest-sugar
pytest-asyncio==1.2.0 ; python_full_version < '3.10'
pytest-asyncio==1.3.0 ; python_full_version >= '3.10'
pytest-clarity==1.0.1
pytest-cov==6.1.1
pytest-mock==3.14.0
pytest-randomly==3.16.0
pytest-reverse==1.8.0
pytest-sugar==1.0.0
pytest-watcher==0.4.3
python-dateutil==2.9.0.post0
# via ghp-import
pyyaml==6.0.2 ; python_full_version < '3.10'
# via
# mkdocs
# mkdocs-get-deps
# poethepoet
# pymdown-extensions
# pyyaml-env-tag
pyyaml==6.0.3 ; python_full_version >= '3.10'
# via
# mkdocs
# mkdocs-get-deps
# poethepoet
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==1.1
# via mkdocs
requests==2.32.5
# via
# mkdocs-material
# pygithub
rich==14.2.0
# via
# github-changelog-md
# pytest-clarity
# typer
rtoml==0.12.0 ; python_full_version < '3.10'
# via
# github-changelog-md
# simple-toml-settings
rtoml==0.13.0 ; python_full_version >= '3.10'
# via
# github-changelog-md
# simple-toml-settings
ruff==0.15.7
shellingham==1.5.4
# via typer
simple-toml-settings==0.9.0
# via github-changelog-md
six==1.17.0
# via python-dateutil
termcolor==3.1.0
# via pytest-sugar
tomli==2.2.1 ; python_full_version <= '3.11'
# via
# coverage
# mypy
# poethepoet
# pytest
# pytest-watcher
typer==0.12.5
# via github-changelog-md
typing-extensions==4.15.0
# via
# cryptography
# exceptiongroup
# mypy
# pydantic
# pydantic-core
# pygithub
# pyjwt
# pytest-asyncio
# typer
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.3
# via
# pygithub
# requests
watchdog==6.0.0
# via
# mkdocs
# pytest-watcher
wrapt==1.17.2
# via deprecated
zipp==3.21.0 ; python_full_version < '3.10'
# via importlib-metadata