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 054b49a commit 36ea72bCopy full SHA for 36ea72b
pyproject.toml
@@ -44,6 +44,9 @@ python = ">=3.7,<4.0"
44
pylint-plugin-utils = ">=0.8"
45
pylint = ">=2.0,<3"
46
Django = {version=">=2.2", optional = true}
47
+django-tables2 = {version="^2.5.3", optional = true}
48
+factory-boy = {version="^3.2.1", optional = true}
49
+django-tastypie = {version="^0.14.5", optional = true}
50
51
[tool.poetry.group.dev.dependencies]
52
tox = "^4.5.1"
@@ -52,9 +55,6 @@ pylint = ">=2.13"
55
coverage = "^7.2.5"
53
56
twine = "^4.0.2"
54
57
wheel = "^0.40.0"
-django-tables2 = {version="^2.5.3", optional = true}
-factory-boy = {version="^3.2.1", optional = true}
-django-tastypie = {version="^0.14.5", optional = true}
58
59
[tool.poetry.extras]
60
with_django = ["Django"]
0 commit comments