-
Notifications
You must be signed in to change notification settings - Fork 17
/
requirements.txt
297 lines (296 loc) · 5.28 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
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# - coverage[toml]>=6.5
# - pytest
# - ipython
# - pre-commit
# - django
# - pytest-cookies
# - django_htmx
# - django_extensions
# - django-model-utils
# - bump-my-version
# - pytest-xdist
# - pyproject-fmt
# - autoflake
# - black
# - cappa
# - cookiecutter
# - cruft
# - djlint
# - httpx
# - isort
# - rich
# - tomlkit
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
arrow==1.3.0
# via cookiecutter
asgiref==3.8.1
# via
# django
# django-htmx
asttokens==2.4.1
# via stack-data
autoflake==2.3.1
# via hatch.envs.default
binaryornot==0.4.4
# via cookiecutter
black==24.8.0
# via hatch.envs.default
bracex==2.5
# via wcmatch
bump-my-version==0.26.0
# via hatch.envs.default
cappa==0.22.4
# via hatch.envs.default
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# bump-my-version
# cookiecutter
# cruft
# djlint
# rich-click
# typer
colorama==0.4.6
# via djlint
cookiecutter==2.6.0
# via
# hatch.envs.default
# cruft
# pytest-cookies
coverage==7.6.1
# via hatch.envs.default
cruft==2.15.0
# via hatch.envs.default
cssbeautifier==1.15.1
# via djlint
decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
django==5.1.1
# via
# hatch.envs.default
# django-extensions
# django-htmx
# django-model-utils
django-extensions==3.2.3
# via hatch.envs.default
django-htmx==1.19.0
# via hatch.envs.default
django-model-utils==4.5.1
# via hatch.envs.default
djlint==1.35.2
# via hatch.envs.default
editorconfig==0.12.4
# via
# cssbeautifier
# jsbeautifier
execnet==2.1.1
# via pytest-xdist
executing==2.1.0
# via stack-data
filelock==3.15.4
# via virtualenv
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via cruft
h11==0.14.0
# via httpcore
html-tag-names==0.1.2
# via djlint
html-void-elements==0.1.0
# via djlint
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via hatch.envs.default
identify==2.6.0
# via pre-commit
idna==3.8
# via
# anyio
# httpx
# requests
iniconfig==2.0.0
# via pytest
ipython==8.27.0
# via hatch.envs.default
isort==5.13.2
# via hatch.envs.default
jedi==0.19.1
# via ipython
jinja2==3.1.4
# via cookiecutter
jsbeautifier==1.15.1
# via
# cssbeautifier
# djlint
json5==0.9.25
# via djlint
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib-inline==0.1.7
# via ipython
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via
# black
# typing-inspect
nodeenv==1.9.1
# via pre-commit
packaging==24.1
# via
# black
# pytest
parso==0.8.4
# via jedi
pathspec==0.12.1
# via
# black
# djlint
pexpect==4.9.0
# via ipython
platformdirs==4.2.2
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
# via hatch.envs.default
prompt-toolkit==3.0.47
# via
# ipython
# questionary
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pydantic==2.8.2
# via
# bump-my-version
# pydantic-settings
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.4.0
# via bump-my-version
pyflakes==3.2.0
# via autoflake
pygments==2.18.0
# via
# ipython
# rich
pyproject-fmt==2.2.1
# via hatch.envs.default
pyproject-fmt-rust==1.1.6
# via pyproject-fmt
pytest==8.3.2
# via
# hatch.envs.default
# pytest-cookies
# pytest-xdist
pytest-cookies==0.7.0
# via hatch.envs.default
pytest-xdist==3.6.1
# via hatch.envs.default
python-dateutil==2.9.0.post0
# via arrow
python-dotenv==1.0.1
# via pydantic-settings
python-slugify==8.0.4
# via cookiecutter
pyyaml==6.0.2
# via
# cookiecutter
# djlint
# pre-commit
questionary==1.10.0
# via bump-my-version
regex==2024.7.24
# via djlint
requests==2.32.3
# via cookiecutter
rich==13.8.0
# via
# hatch.envs.default
# bump-my-version
# cappa
# cookiecutter
# rich-click
# typer
rich-click==1.8.3
# via bump-my-version
shellingham==1.5.4
# via typer
six==1.16.0
# via
# asttokens
# cssbeautifier
# jsbeautifier
# python-dateutil
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
# httpx
sqlparse==0.5.1
# via django
stack-data==0.6.3
# via ipython
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via
# hatch.envs.default
# bump-my-version
tqdm==4.66.5
# via djlint
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typer==0.12.5
# via cruft
types-python-dateutil==2.9.0.20240821
# via arrow
typing-extensions==4.12.2
# via
# cappa
# pydantic
# pydantic-core
# rich-click
# typer
# typing-inspect
typing-inspect==0.9.0
# via cappa
urllib3==2.2.2
# via requests
virtualenv==20.26.3
# via pre-commit
wcmatch==9.0
# via bump-my-version
wcwidth==0.2.13
# via prompt-toolkit