-
-
Notifications
You must be signed in to change notification settings - Fork 407
/
dev-requirements.txt
269 lines (268 loc) · 5.82 KB
/
dev-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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
#
aiosmtplib==3.0.2
# via modoboa (pyproject.toml)
asgiref==3.8.1
# via
# django
# django-cors-headers
# modoboa (pyproject.toml)
astroid==3.3.5
# via pylint
attrs==24.2.0
# via
# jsonschema
# referencing
bcrypt==4.2.0
# via modoboa (pyproject.toml)
black==24.10.0
# via modoboa (pyproject.toml)
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via
# modoboa (pyproject.toml)
# reportlab
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# rq
cryptography==43.0.3
# via
# fido2
# jwcrypto
# modoboa (pyproject.toml)
# pyopenssl
defusedxml==0.7.1
# via modoboa (pyproject.toml)
dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
dj-database-url==2.3.0
# via modoboa (pyproject.toml)
django==4.2.17
# via
# dj-database-url
# django-bower
# django-ckeditor
# django-cors-headers
# django-debug-toolbar
# django-extensions
# django-filter
# django-js-asset
# django-oauth-toolkit
# django-otp
# django-phonenumber-field
# django-rename-app
# django-reversion
# django-rq
# django-xforwardedfor-middleware
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-bower==5.2.0
# via modoboa (pyproject.toml)
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
django-debug-toolbar==4.4.6
# via modoboa (pyproject.toml)
django-environ==0.11.2
# via modoboa (pyproject.toml)
django-extensions==3.2.3
# via modoboa (pyproject.toml)
django-filter==24.3
# via modoboa (pyproject.toml)
django-js-asset==2.2.0
# via django-ckeditor
django-oauth-toolkit==3.0.1
# via modoboa (pyproject.toml)
django-otp==1.5.0
# via modoboa (pyproject.toml)
django-phonenumber-field[phonenumbers]==8.0.0
# via modoboa (pyproject.toml)
django-rename-app==0.1.7
# via modoboa (pyproject.toml)
django-reversion==5.0.12
# via modoboa (pyproject.toml)
django-rq==3.0.0
# via modoboa (pyproject.toml)
django-xforwardedfor-middleware==2.0
# via modoboa (pyproject.toml)
djangorestframework==3.15.2
# via
# drf-spectacular
# modoboa (pyproject.toml)
dnspython==2.6.1
# via modoboa (pyproject.toml)
drf-spectacular==0.28.0
# via modoboa (pyproject.toml)
feedparser==6.0.11
# via modoboa (pyproject.toml)
fido2==1.2.0
# via modoboa (pyproject.toml)
filelock==3.16.1
# via
# tldextract
# virtualenv
gevent==24.11.1
# via modoboa (pyproject.toml)
greenlet==3.1.1
# via gevent
identify==2.6.1
# via pre-commit
idna==3.10
# via
# requests
# tldextract
inflection==0.5.1
# via drf-spectacular
isort==5.13.2
# via pylint
jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2024.10.1
# via jsonschema
jwcrypto==1.5.6
# via django-oauth-toolkit
lxml==5.3.0
# via lxml-html-clean
lxml-html-clean==0.4.1
# via modoboa (pyproject.toml)
markupsafe==3.0.2
# via werkzeug
mccabe==0.7.0
# via pylint
mypy-extensions==1.0.0
# via black
nodeenv==1.9.1
# via pre-commit
oath==1.4.4
# via modoboa (pyproject.toml)
oauthlib==3.2.2
# via
# django-oauth-toolkit
# requests-oauthlib
ovh==1.2.0
# via modoboa (pyproject.toml)
packaging==24.2
# via black
passlib==1.7.4
# via modoboa (pyproject.toml)
pathspec==0.12.1
# via black
phonenumbers==8.13.52
# via django-phonenumber-field
pillow==11.0.0
# via
# modoboa (pyproject.toml)
# reportlab
platformdirs==4.3.6
# via
# black
# pylint
# virtualenv
pre-commit==4.0.1
# via modoboa (pyproject.toml)
progressbar33==2.4
# via modoboa (pyproject.toml)
pycparser==2.22
# via cffi
pylint==3.3.2
# via modoboa (pyproject.toml)
pyopenssl==24.2.1
# via modoboa (pyproject.toml)
python-dateutil==2.9.0.post0
# via modoboa (pyproject.toml)
python-magic==0.4.27
# via modoboa (pyproject.toml)
pytz==2024.2
# via modoboa (pyproject.toml)
pyyaml==6.0.2
# via
# drf-spectacular
# pre-commit
qrcode==8.0
# via modoboa (pyproject.toml)
redis==5.2.0
# via
# django-rq
# modoboa (pyproject.toml)
# rq
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
reportlab==4.2.5
# via modoboa (pyproject.toml)
requests==2.32.3
# via
# django-oauth-toolkit
# modoboa (pyproject.toml)
# ovh
# requests-file
# requests-oauthlib
# tldextract
requests-file==2.1.0
# via tldextract
requests-oauthlib==2.0.0
# via ovh
rpds-py==0.22.3
# via
# jsonschema
# referencing
rq==2.0.0
# via
# django-rq
# modoboa (pyproject.toml)
rrdtool==0.1.16
# via modoboa (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
sievelib==1.4.1
# via modoboa (pyproject.toml)
six==1.16.0
# via
# django-bower
# python-dateutil
sqlparse==0.5.3
# via
# django
# django-debug-toolbar
tldextract==5.1.3
# via modoboa (pyproject.toml)
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# dj-database-url
# jwcrypto
# sievelib
uritemplate==4.1.1
# via
# drf-spectacular
# modoboa (pyproject.toml)
urllib3==2.2.3
# via requests
virtualenv==20.28.0
# via pre-commit
werkzeug==3.1.3
# via modoboa (pyproject.toml)
zope-event==5.0
# via gevent
zope-interface==7.2
# via gevent
# The following packages are considered to be unsafe in a requirements file:
# setuptools