Skip to content

Commit

Permalink
More CI faff, I hate debugging GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed May 15, 2023
1 parent 054b49a commit 36ea72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -44,6 +44,9 @@ python = ">=3.7,<4.0"
pylint-plugin-utils = ">=0.8"
pylint = ">=2.0,<3"
Django = {version=">=2.2", optional = true}
django-tables2 = {version="^2.5.3", optional = true}
factory-boy = {version="^3.2.1", optional = true}
django-tastypie = {version="^0.14.5", optional = true}

[tool.poetry.group.dev.dependencies]
tox = "^4.5.1"
Expand All @@ -52,9 +55,6 @@ pylint = ">=2.13"
coverage = "^7.2.5"
twine = "^4.0.2"
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}

[tool.poetry.extras]
with_django = ["Django"]
Expand Down

0 comments on commit 36ea72b

Please sign in to comment.