Skip to content

Commit

Permalink
Move group dev dependencies to dev block
Browse files Browse the repository at this point in the history
Using groups is a new feature in the latest preview version of poetry
but it's not yet released, and still breaks installations (see
python-poetry/poetry#4983). The dev
dependencies are compatible with both the stable and preview poetry
versions.
  • Loading branch information
JaimeLennox committed Apr 11, 2022
1 parent c62371e commit 5373c6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,12 @@ djet = {version="^0.3.0", optional=true}
pytz = "^2021.3"
webauthn = {version="<1.0", optional=true}


[tool.poetry.group.dev.dependencies]
pyupgrade = "^2.31.0"

[tool.poetry.dev-dependencies]
pre-commit = "^2.7.1"
tox = "^3.20.0"
babel = "^2.8.0"
black = "^21.12b0"
pyupgrade = "^2.31.0"


[tool.poetry.extras]
Expand Down

0 comments on commit 5373c6d

Please sign in to comment.