Skip to content

Commit 0eb199a

Browse files
committed
fix(deps): Install django-filter
1 parent dab68a9 commit 0eb199a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

poetry.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ python = ">=3.10,<4"
3333
django = "^4.2"
3434
djangorestframework = "^3.14.0"
3535
djangorestframework-gis = "^1.0"
36+
django-filter = "^24.3"
3637

3738
[tool.poetry.group.dev.dependencies]
3839
bumpversion = "*"

0 commit comments

Comments
 (0)