Skip to content

Commit c02db1a

Browse files
committed
allow python 3.6 dep adjustments
1 parent ed666d1 commit c02db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exclude = ["django_enum/tests"]
4242
python = ">=3.6,<4.0"
4343
Django = ">=3.2,<5.0"
4444
enum-properties = {version = "^1.1.1", optional = true}
45-
django-filter = {version = "^22.1", optional = true}
45+
django-filter = {version = "^21", optional = true}
4646
djangorestframework = {version = "^3.9", optional = true}
4747

4848
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)