Skip to content

Commit

Permalink
update requirements lock files for adding django-environ dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyjian committed Sep 9, 2024
1 parent 6bcd746 commit 68b1a9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-debug-toolbar>=4.3",
"django-environ>=0.11.2",
"freezegun>=1.4",
"mkdocs>=1.6",
"mkdocs-material[imaging]>=9.5",
Expand Down
11 changes: 11 additions & 0 deletions requirements.dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ asgiref==3.8.1
# via
# spokanetech (pyproject.toml)
# django
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==24.2.0
# via aiohttp
azure-common==1.1.28
Expand Down Expand Up @@ -129,6 +133,8 @@ django-crispy-forms==2.3
# crispy-bootstrap5
django-debug-toolbar==4.4.6
# via spokanetech (pyproject.toml)
django-environ==0.11.2
# via spokanetech (pyproject.toml)
django-filter==24.3
# via djangorestframework-filters
django-handyhelpers==0.3.26
Expand All @@ -149,6 +155,8 @@ drf-dynamic-fields==0.4.0
# via django-handyhelpers
eventbrite==3.3.5
# via spokanetech (pyproject.toml)
exceptiongroup==1.2.2
# via pytest
flower==2.0.1
# via spokanetech (pyproject.toml)
freezegun==1.5.1
Expand Down Expand Up @@ -349,10 +357,13 @@ tinycss2==1.2.1
# bleach
# cairosvg
# cssselect2
tomli==2.0.1
# via pytest
tornado==6.4.1
# via flower
typing-extensions==4.12.2
# via
# asgiref
# azure-core
# azure-storage-blob
# beautifulsoup4
Expand Down
7 changes: 7 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ asgiref==3.8.1
# via
# spokanetech (pyproject.toml)
# django
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==24.2.0
# via aiohttp
azure-common==1.1.28
Expand Down Expand Up @@ -108,6 +112,8 @@ django-crispy-forms==2.3
# via
# spokanetech (pyproject.toml)
# crispy-bootstrap5
django-environ==0.11.2
# via spokanetech (pyproject.toml)
django-filter==24.3
# via djangorestframework-filters
django-handyhelpers==0.3.26
Expand Down Expand Up @@ -242,6 +248,7 @@ tornado==6.4.1
# via flower
typing-extensions==4.12.2
# via
# asgiref
# azure-core
# azure-storage-blob
# beautifulsoup4
Expand Down

0 comments on commit 68b1a9d

Please sign in to comment.