-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-requirements.txt
392 lines (391 loc) · 8.6 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
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
#
asgiref==3.7.2
# via
# django
# django-cors-headers
astor==0.8.1
# via flake8-simplify
astroid==2.15.8
# via flake8-django
asttokens==2.4.1
# via stack-data
attrs==23.1.0
# via
# dotenv-linter
# flake8-bugbear
# flake8-eradicate
# jsonschema
# referencing
autoflake==1.7.0
# via bbq (pyproject.toml)
bcrypt==4.0.1
# via bbq (pyproject.toml)
black==23.12.1
# via
# bbq (pyproject.toml)
# flake8-black
certifi==2023.7.22
# via
# django-healthchecks
# requests
# sentry-sdk
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
# black
# click-default-group
# dotenv-linter
click-default-group==1.2.4
# via dotenv-linter
cognitive-complexity==1.3.0
# via flake8-cognitive-complexity
cryptography==41.0.4
# via
# pyjwt
# social-auth-core
decorator==5.1.1
# via ipython
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.6
# via
# bbq (pyproject.toml)
# django-axes
# django-cors-headers
# django-filter
# django-healthchecks
# django-storages
# django-stubs
# django-stubs-ext
# djangorestframework
# djangorestframework-simplejwt
# djoser
# drf-jwt
# drf-nested-routers
# drf-spectacular
# drf-spectacular-sidecar
# social-auth-app-django
django-axes==6.1.1
# via bbq (pyproject.toml)
django-behaviors==0.5.1
# via bbq (pyproject.toml)
django-cors-headers==4.3.1
# via bbq (pyproject.toml)
django-environ==0.11.2
# via bbq (pyproject.toml)
django-filter==23.3
# via bbq (pyproject.toml)
django-healthchecks==1.5.0
# via bbq (pyproject.toml)
django-ipware==5.0.1
# via bbq (pyproject.toml)
django-split-settings==1.2.0
# via bbq (pyproject.toml)
django-storages==1.14.1
# via bbq (pyproject.toml)
django-stubs==4.2.7
# via
# bbq (pyproject.toml)
# djangorestframework-stubs
django-stubs-ext==4.2.7
# via django-stubs
django-templated-mail==1.1.1
# via djoser
djangorestframework==3.14.0
# via
# bbq (pyproject.toml)
# djangorestframework-simplejwt
# drf-jwt
# drf-nested-routers
# drf-spectacular
djangorestframework-camel-case==1.4.2
# via bbq (pyproject.toml)
djangorestframework-simplejwt==5.3.0
# via
# bbq (pyproject.toml)
# djoser
djangorestframework-stubs==3.14.5
# via bbq (pyproject.toml)
djoser==2.2.0
# via bbq (pyproject.toml)
dotenv-linter==0.4.0
# via bbq (pyproject.toml)
drf-jwt==1.19.2
# via bbq (pyproject.toml)
drf-nested-routers==0.93.4
# via bbq (pyproject.toml)
drf-spectacular[sidecar]==0.26.5
# via bbq (pyproject.toml)
drf-spectacular-sidecar==2023.10.1
# via drf-spectacular
eradicate==2.3.0
# via flake8-eradicate
execnet==2.0.2
# via pytest-xdist
executing==2.0.1
# via stack-data
faker==12.0.1
# via mixer
flake8==6.1.0
# via
# flake8-absolute-import
# flake8-black
# flake8-bugbear
# flake8-django
# flake8-eradicate
# flake8-isort
# flake8-pep3101
# flake8-print
# flake8-printf-formatting
# flake8-pyproject
# flake8-pytest
# flake8-simplify
# flake8-use-fstring
# flake8-walrus
flake8-absolute-import==1.0.0.2
# via bbq (pyproject.toml)
flake8-black==0.3.6
# via bbq (pyproject.toml)
flake8-bugbear==23.12.2
# via bbq (pyproject.toml)
flake8-cognitive-complexity==0.1.0
# via bbq (pyproject.toml)
flake8-django==1.4
# via bbq (pyproject.toml)
flake8-eradicate==1.5.0
# via bbq (pyproject.toml)
flake8-fixme==1.1.1
# via bbq (pyproject.toml)
flake8-isort==6.1.1
# via bbq (pyproject.toml)
flake8-pep3101==2.1.0
# via bbq (pyproject.toml)
flake8-pie==0.16.0
# via bbq (pyproject.toml)
flake8-plugin-utils==1.3.3
# via flake8-pytest-style
flake8-print==5.0.0
# via bbq (pyproject.toml)
flake8-printf-formatting==1.1.2
# via bbq (pyproject.toml)
flake8-pyproject==1.2.3
# via bbq (pyproject.toml)
flake8-pytest==1.4
# via bbq (pyproject.toml)
flake8-pytest-style==1.7.2
# via bbq (pyproject.toml)
flake8-simplify==0.21.0
# via bbq (pyproject.toml)
flake8-todo==0.7
# via bbq (pyproject.toml)
flake8-use-fstring==1.4
# via bbq (pyproject.toml)
flake8-variables-names==0.0.6
# via bbq (pyproject.toml)
flake8-walrus==1.2.0
# via bbq (pyproject.toml)
freezegun==1.4.0
# via
# bbq (pyproject.toml)
# pytest-freezegun
idna==3.4
# via requests
inflection==0.5.1
# via drf-spectacular
iniconfig==2.0.0
# via pytest
ipython==8.19.0
# via bbq (pyproject.toml)
isort==5.13.2
# via flake8-isort
jedi==0.19.1
# via
# bbq (pyproject.toml)
# ipython
jsonschema==4.19.1
# via drf-spectacular
jsonschema-specifications==2023.7.1
# via jsonschema
lazy-object-proxy==1.10.0
# via astroid
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mimesis==11.1.0
# via bbq (pyproject.toml)
mixer==7.2.2
# via bbq (pyproject.toml)
mypy==1.8.0
# via bbq (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
packaging==23.2
# via
# black
# pytest
parso==0.8.3
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pillow==10.0.1
# via bbq (pyproject.toml)
platformdirs==4.1.0
# via black
pluggy==1.3.0
# via pytest
ply==3.11
# via dotenv-linter
prompt-toolkit==3.0.43
# via ipython
psycopg2-binary==2.9.9
# via bbq (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.11.1
# via
# flake8
# flake8-print
# flake8-todo
pycparser==2.21
# via cffi
pyflakes==3.1.0
# via
# autoflake
# flake8
pygments==2.17.2
# via ipython
pyjwt[crypto]==2.8.0
# via
# djangorestframework-simplejwt
# drf-jwt
# social-auth-core
pytest==7.4.3
# via
# pytest-unused-fixtures
# pytest-django
# pytest-env
# pytest-freezegun
# pytest-lazy-fixture
# pytest-mock
# pytest-randomly
# pytest-xdist
pytest-unused-fixtures==0.1.4
# via bbq (pyproject.toml)
pytest-django==4.7.0
# via bbq (pyproject.toml)
pytest-env==1.1.3
# via bbq (pyproject.toml)
pytest-freezegun==0.4.2
# via bbq (pyproject.toml)
pytest-lazy-fixture==0.6.3
# via bbq (pyproject.toml)
pytest-mock==3.12.0
# via bbq (pyproject.toml)
pytest-randomly==3.15.0
# via bbq (pyproject.toml)
pytest-xdist==3.5.0
# via bbq (pyproject.toml)
python-dateutil==2.8.2
# via
# faker
# freezegun
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
# via djangorestframework
pyyaml==6.0.1
# via drf-spectacular
redis==5.0.1
# via bbq (pyproject.toml)
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# django-healthchecks
# djangorestframework-stubs
# requests-oauthlib
# social-auth-core
requests-oauthlib==1.3.1
# via social-auth-core
rpds-py==0.10.3
# via
# jsonschema
# referencing
sentry-sdk==1.31.0
# via bbq (pyproject.toml)
six==1.16.0
# via
# asttokens
# python-dateutil
social-auth-app-django==5.3.0
# via djoser
social-auth-core==4.4.2
# via social-auth-app-django
sqlparse==0.4.4
# via django
stack-data==0.6.3
# via ipython
traitlets==5.14.0
# via
# ipython
# matplotlib-inline
types-freezegun==1.1.10
# via bbq (pyproject.toml)
types-pillow==10.1.0.2
# via bbq (pyproject.toml)
types-pytest-lazy-fixture==0.6.3.4
# via bbq (pyproject.toml)
types-pytz==2023.3.1.1
# via django-stubs
types-pyyaml==6.0.12.12
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.10
# via djangorestframework-stubs
typing-extensions==4.8.0
# via
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# dotenv-linter
# flake8-pie
# mypy
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.0.6
# via
# requests
# sentry-sdk
# types-requests
wcwidth==0.2.12
# via prompt-toolkit
whitenoise==6.5.0
# via bbq (pyproject.toml)
wrapt==1.16.0
# via astroid
# The following packages are considered to be unsafe in a requirements file:
# setuptools