Skip to content

Commit 68b1a9d

Browse files
committed
update requirements lock files for adding django-environ dependency
1 parent 6bcd746 commit 68b1a9d

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
[project.optional-dependencies]
3838
dev = [
3939
"django-debug-toolbar>=4.3",
40+
"django-environ>=0.11.2",
4041
"freezegun>=1.4",
4142
"mkdocs>=1.6",
4243
"mkdocs-material[imaging]>=9.5",

requirements.dev.lock

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ asgiref==3.8.1
1212
# via
1313
# spokanetech (pyproject.toml)
1414
# django
15+
async-timeout==4.0.3
16+
# via
17+
# aiohttp
18+
# redis
1519
attrs==24.2.0
1620
# via aiohttp
1721
azure-common==1.1.28
@@ -129,6 +133,8 @@ django-crispy-forms==2.3
129133
# crispy-bootstrap5
130134
django-debug-toolbar==4.4.6
131135
# via spokanetech (pyproject.toml)
136+
django-environ==0.11.2
137+
# via spokanetech (pyproject.toml)
132138
django-filter==24.3
133139
# via djangorestframework-filters
134140
django-handyhelpers==0.3.26
@@ -149,6 +155,8 @@ drf-dynamic-fields==0.4.0
149155
# via django-handyhelpers
150156
eventbrite==3.3.5
151157
# via spokanetech (pyproject.toml)
158+
exceptiongroup==1.2.2
159+
# via pytest
152160
flower==2.0.1
153161
# via spokanetech (pyproject.toml)
154162
freezegun==1.5.1
@@ -349,10 +357,13 @@ tinycss2==1.2.1
349357
# bleach
350358
# cairosvg
351359
# cssselect2
360+
tomli==2.0.1
361+
# via pytest
352362
tornado==6.4.1
353363
# via flower
354364
typing-extensions==4.12.2
355365
# via
366+
# asgiref
356367
# azure-core
357368
# azure-storage-blob
358369
# beautifulsoup4

requirements.lock

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ asgiref==3.8.1
1212
# via
1313
# spokanetech (pyproject.toml)
1414
# django
15+
async-timeout==4.0.3
16+
# via
17+
# aiohttp
18+
# redis
1519
attrs==24.2.0
1620
# via aiohttp
1721
azure-common==1.1.28
@@ -108,6 +112,8 @@ django-crispy-forms==2.3
108112
# via
109113
# spokanetech (pyproject.toml)
110114
# crispy-bootstrap5
115+
django-environ==0.11.2
116+
# via spokanetech (pyproject.toml)
111117
django-filter==24.3
112118
# via djangorestframework-filters
113119
django-handyhelpers==0.3.26
@@ -242,6 +248,7 @@ tornado==6.4.1
242248
# via flower
243249
typing-extensions==4.12.2
244250
# via
251+
# asgiref
245252
# azure-core
246253
# azure-storage-blob
247254
# beautifulsoup4

0 commit comments

Comments
 (0)