Commit 68b1a9d 1 parent 6bcd746 commit 68b1a9d Copy full SHA for 68b1a9d
File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies = [
37
37
[project .optional-dependencies ]
38
38
dev = [
39
39
" django-debug-toolbar>=4.3" ,
40
+ " django-environ>=0.11.2" ,
40
41
" freezegun>=1.4" ,
41
42
" mkdocs>=1.6" ,
42
43
" mkdocs-material[imaging]>=9.5" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ asgiref==3.8.1
12
12
# via
13
13
# spokanetech (pyproject.toml)
14
14
# django
15
+ async-timeout==4.0.3
16
+ # via
17
+ # aiohttp
18
+ # redis
15
19
attrs==24.2.0
16
20
# via aiohttp
17
21
azure-common==1.1.28
@@ -129,6 +133,8 @@ django-crispy-forms==2.3
129
133
# crispy-bootstrap5
130
134
django-debug-toolbar==4.4.6
131
135
# via spokanetech (pyproject.toml)
136
+ django-environ==0.11.2
137
+ # via spokanetech (pyproject.toml)
132
138
django-filter==24.3
133
139
# via djangorestframework-filters
134
140
django-handyhelpers==0.3.26
@@ -149,6 +155,8 @@ drf-dynamic-fields==0.4.0
149
155
# via django-handyhelpers
150
156
eventbrite==3.3.5
151
157
# via spokanetech (pyproject.toml)
158
+ exceptiongroup==1.2.2
159
+ # via pytest
152
160
flower==2.0.1
153
161
# via spokanetech (pyproject.toml)
154
162
freezegun==1.5.1
@@ -349,10 +357,13 @@ tinycss2==1.2.1
349
357
# bleach
350
358
# cairosvg
351
359
# cssselect2
360
+ tomli==2.0.1
361
+ # via pytest
352
362
tornado==6.4.1
353
363
# via flower
354
364
typing-extensions==4.12.2
355
365
# via
366
+ # asgiref
356
367
# azure-core
357
368
# azure-storage-blob
358
369
# beautifulsoup4
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ asgiref==3.8.1
12
12
# via
13
13
# spokanetech (pyproject.toml)
14
14
# django
15
+ async-timeout==4.0.3
16
+ # via
17
+ # aiohttp
18
+ # redis
15
19
attrs==24.2.0
16
20
# via aiohttp
17
21
azure-common==1.1.28
@@ -108,6 +112,8 @@ django-crispy-forms==2.3
108
112
# via
109
113
# spokanetech (pyproject.toml)
110
114
# crispy-bootstrap5
115
+ django-environ==0.11.2
116
+ # via spokanetech (pyproject.toml)
111
117
django-filter==24.3
112
118
# via djangorestframework-filters
113
119
django-handyhelpers==0.3.26
@@ -242,6 +248,7 @@ tornado==6.4.1
242
248
# via flower
243
249
typing-extensions==4.12.2
244
250
# via
251
+ # asgiref
245
252
# azure-core
246
253
# azure-storage-blob
247
254
# beautifulsoup4
You can’t perform that action at this time.
0 commit comments