Skip to content

Commit

Permalink
Added development group in pyproject setup
Browse files Browse the repository at this point in the history
generateDS and other tools are needed and were forgotten
to be added when we deleted the tox dependency
  • Loading branch information
schaefi committed Nov 20, 2024
1 parent b7f7350 commit cad7ab5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ pyenchant = "*"
travis-sphinx = "*"
ghp-import = "*"

[tool.poetry.group.development]
[tool.poetry.group.development.dependencies]
python-dateutil = "*"
generateDS = "==2.29.24"
bumpversion = "*"

[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit cad7ab5

Please sign in to comment.