-
Notifications
You must be signed in to change notification settings - Fork 39
/
requirements-dev.txt
266 lines (265 loc) · 6.16 KB
/
requirements-dev.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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
annotated-types==0.7.0
# via pydantic
anyascii==0.3.2
# via wagtail
asgiref==3.8.1
# via
# django
# django-browser-reload
# django-stubs
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.156
# via Western-Friend-website (pyproject.toml)
botocore==1.34.156
# via
# boto3
# s3transfer
build==1.2.1
# via pip-tools
certifi==2024.7.4
# via
# requests
# sentry-sdk
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
confusable-homoglyphs==3.3.1
# via django-registration
coverage==7.6.1
# via
# Western-Friend-website (pyproject.toml)
# django-coverage-plugin
crispy-bootstrap5==2024.2
# via Western-Friend-website (pyproject.toml)
defusedxml==0.7.1
# via willow
distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via Western-Friend-website (pyproject.toml)
django==5.1
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
# dj-database-url
# django-browser-reload
# django-crispy-forms
# django-extensions
# django-filter
# django-flatpickr
# django-honeypot
# django-modelcluster
# django-permissionedforms
# django-registration
# django-storages
# django-stubs
# django-stubs-ext
# django-taggit
# django-timezone-field
# django-treebeard
# djangorestframework
# laces
# wagtail
# wagtailmedia
django-browser-reload==1.13.0
# via Western-Friend-website (pyproject.toml)
django-coverage-plugin==3.1.0
# via Western-Friend-website (pyproject.toml)
django-crispy-forms==2.3
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
django-extensions==3.2.3
# via Western-Friend-website (pyproject.toml)
django-filter==24.3
# via wagtail
django-flatpickr==2.0.3
# via Western-Friend-website (pyproject.toml)
django-honeypot==1.2.1
# via Western-Friend-website (pyproject.toml)
django-modelcluster==6.3
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-registration==3.4
# via Western-Friend-website (pyproject.toml)
django-storages==1.14.4
# via Western-Friend-website (pyproject.toml)
django-stubs[compatible-mypy]==5.0.4
# via Western-Friend-website (pyproject.toml)
django-stubs-ext==5.0.4
# via django-stubs
django-taggit==5.0.1
# via wagtail
django-timezone-field==7.0
# via Western-Friend-website (pyproject.toml)
django-treebeard==4.7.1
# via wagtail
djangorestframework==3.15.2
# via wagtail
draftjs-exporter==5.0.0
# via wagtail
et-xmlfile==1.1.0
# via openpyxl
factory-boy==3.3.0
# via
# Western-Friend-website (pyproject.toml)
# types-factory-boy
# wagtail-factories
faker==26.2.0
# via factory-boy
fastjsonschema==2.20.0
# via validate-pyproject
filelock==3.15.4
# via virtualenv
filetype==1.2.0
# via willow
gunicorn==22.0.0
# via Western-Friend-website (pyproject.toml)
identify==2.6.0
# via pre-commit
idna==3.7
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
l18n==2021.3
# via wagtail
laces==0.1.1
# via wagtail
mypy==1.11.1
# via
# Western-Friend-website (pyproject.toml)
# django-stubs
mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
openpyxl==3.1.5
# via wagtail
packaging==24.1
# via
# build
# gunicorn
pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.18.0
# via willow
pip-tools==7.4.1
# via Western-Friend-website (pyproject.toml)
platformdirs==4.2.2
# via virtualenv
pre-commit==3.8.0
# via Western-Friend-website (pyproject.toml)
psycopg2-binary==2.9.9
# via Western-Friend-website (pyproject.toml)
pydantic==2.8.2
# via
# django-flatpickr
# pydantic-settings
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.4.0
# via django-flatpickr
pyproject-hooks==1.1.0
# via
# build
# pip-tools
python-dateutil==2.9.0.post0
# via
# botocore
# faker
python-dotenv==1.0.1
# via
# Western-Friend-website (pyproject.toml)
# pydantic-settings
pytz==2024.1
# via
# django-modelcluster
# l18n
pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via
# Western-Friend-website (pyproject.toml)
# wagtail
s3transfer==0.10.2
# via boto3
sentry-sdk==2.12.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
# l18n
# python-dateutil
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.1
# via django
telepath==0.3.1
# via wagtail
types-beautifulsoup4==4.12.0.20240511
# via Western-Friend-website (pyproject.toml)
types-factory-boy==0.4.1
# via Western-Friend-website (pyproject.toml)
types-html5lib==1.1.11.20240806
# via types-beautifulsoup4
types-pyyaml==6.0.12.20240808
# via django-stubs
types-requests==2.32.0.20240712
# via Western-Friend-website (pyproject.toml)
typing-extensions==4.12.2
# via
# dj-database-url
# django-flatpickr
# django-stubs
# django-stubs-ext
# mypy
# pydantic
# pydantic-core
# types-factory-boy
tzdata==2024.1
# via Western-Friend-website (pyproject.toml)
urllib3==2.2.2
# via
# botocore
# requests
# sentry-sdk
# types-requests
validate-pyproject==0.18
# via Western-Friend-website (pyproject.toml)
virtualenv==20.26.3
# via pre-commit
wagtail==6.2
# via
# Western-Friend-website (pyproject.toml)
# wagtail-color-panel
# wagtail-factories
# wagtailmedia
wagtail-color-panel==1.5.0
# via Western-Friend-website (pyproject.toml)
wagtail-factories==4.2.1
# via Western-Friend-website (pyproject.toml)
wagtailmedia==0.15.2
# via Western-Friend-website (pyproject.toml)
wheel==0.44.0
# via pip-tools
willow[heif]==1.8.0
# via
# wagtail
# willow
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools