Skip to content

Commit 36ea72b

Browse files
author
Carl Crowder
committed
More CI faff, I hate debugging GitHub actions
1 parent 054b49a commit 36ea72b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ python = ">=3.7,<4.0"
4444
pylint-plugin-utils = ">=0.8"
4545
pylint = ">=2.0,<3"
4646
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}
4750

4851
[tool.poetry.group.dev.dependencies]
4952
tox = "^4.5.1"
@@ -52,9 +55,6 @@ pylint = ">=2.13"
5255
coverage = "^7.2.5"
5356
twine = "^4.0.2"
5457
wheel = "^0.40.0"
55-
django-tables2 = {version="^2.5.3", optional = true}
56-
factory-boy = {version="^3.2.1", optional = true}
57-
django-tastypie = {version="^0.14.5", optional = true}
5858

5959
[tool.poetry.extras]
6060
with_django = ["Django"]

0 commit comments

Comments
 (0)