forked from falcopackages/falco-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
236 lines (235 loc) · 3.92 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
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - coverage[toml]>=6.5
# - pytest
# - ipython
# - pre-commit
# - django
# - pytest-cookies
# - django_htmx
# - django_extensions
# - django-model-utils
# - bumpver
# - pytest-xdist
# - autoflake
# - black
# - cappa
# - cookiecutter
# - djlint
# - honcho
# - httpx
# - isort
# - parso
# - rich
# - tomlkit
#
anyio==4.3.0
# via httpx
arrow==1.3.0
# via cookiecutter
asgiref==3.7.2
# via
# django
# django-htmx
asttokens==2.4.1
# via stack-data
autoflake==2.3.0
binaryornot==0.4.4
# via cookiecutter
black==24.2.0
bumpver==2023.1129
cappa==0.17.0
certifi==2024.2.2
# 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
# bumpver
# cookiecutter
# djlint
colorama==0.4.6
# via
# bumpver
# djlint
cookiecutter==2.6.0
# via pytest-cookies
coverage==7.4.3
cssbeautifier==1.15.1
# via djlint
decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
django==5.0.3
# via
# django-extensions
# django-htmx
# django-model-utils
django-extensions==3.2.3
django-htmx==1.17.3
django-model-utils==4.4.0
djlint==1.34.1
editorconfig==0.12.4
# via
# cssbeautifier
# jsbeautifier
execnet==2.0.2
# via pytest-xdist
executing==2.0.1
# via stack-data
filelock==3.13.1
# via virtualenv
h11==0.14.0
# via httpcore
honcho==1.1.0
html-tag-names==0.1.2
# via djlint
html-void-elements==0.1.0
# via djlint
httpcore==1.0.4
# via httpx
httpx==0.27.0
identify==2.5.35
# via pre-commit
idna==3.6
# via
# anyio
# httpx
# requests
iniconfig==2.0.0
# via pytest
ipython==8.22.2
isort==5.13.2
jedi==0.19.1
# via ipython
jinja2==3.1.3
# via cookiecutter
jsbeautifier==1.15.1
# via
# cssbeautifier
# djlint
json5==0.9.20
# via djlint
lexid==2021.1006
# via bumpver
looseversion==1.3.0
# via bumpver
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib-inline==0.1.6
# via ipython
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via
# black
# typing-inspect
nodeenv==1.8.0
# via pre-commit
packaging==23.2
# via
# black
# pytest
parso==0.8.3
# via jedi
pathspec==0.12.1
# via
# black
# djlint
pexpect==4.9.0
# via ipython
platformdirs==4.2.0
# via
# black
# virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.6.2
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyflakes==3.2.0
# via autoflake
pygments==2.17.2
# via
# ipython
# rich
pytest==8.0.2
# via
# pytest-cookies
# pytest-xdist
pytest-cookies==0.7.0
pytest-xdist==3.5.0
python-dateutil==2.9.0.post0
# via arrow
python-slugify==8.0.4
# via cookiecutter
pyyaml==6.0.1
# via
# cookiecutter
# djlint
# pre-commit
regex==2023.12.25
# via djlint
requests==2.31.0
# via cookiecutter
rich==13.7.1
# via
# cappa
# cookiecutter
setuptools==69.1.1
# via nodeenv
six==1.16.0
# via
# asttokens
# cssbeautifier
# jsbeautifier
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
sqlparse==0.4.4
# via django
stack-data==0.6.3
# via ipython
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via bumpver
tomlkit==0.12.4
tqdm==4.66.2
# via djlint
traitlets==5.14.1
# via
# ipython
# matplotlib-inline
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.10.0
# via
# cappa
# typing-inspect
typing-inspect==0.9.0
# via cappa
urllib3==2.2.1
# via requests
virtualenv==20.25.1
# via pre-commit
wcwidth==0.2.13
# via prompt-toolkit