We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1bed8 commit fbc215fCopy full SHA for fbc215f
.github/workflows/test.yml
@@ -48,7 +48,6 @@ jobs:
48
- name: Install Poetry
49
uses: snok/install-poetry@v1
50
with:
51
- version: 1.5.1
52
virtualenvs-create: true
53
virtualenvs-in-project: true
54
- name: Install Basic Dependencies
pyproject.toml
@@ -46,7 +46,7 @@ exclude = ["django_enum/tests"]
46
python = ">=3.7,<4.0"
47
Django = ">=3.2,<6.0"
enum-properties = {version = "^1.7.0", optional = true}
-django-filter = {version = ">=21,<24", optional = true}
+django-filter = {version = ">=21", optional = true}
djangorestframework = {version = "^3.9", optional = true}
[tool.poetry.group.dev.dependencies]
0 commit comments