Skip to content

Commit

Permalink
refactor(pyproject.toml): add semantic-release as a dependency for re…
Browse files Browse the repository at this point in the history
…lease group
  • Loading branch information
jooyoungseo committed Sep 1, 2024
1 parent 7fa118a commit 80327f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ datascience = ["jupyter"]
dashboard = ["shiny"]
all = ["datascience", "dashboard"]


[tool.poetry.group.docs.dependencies]
quartodoc = ">=0.7.5"

Expand All @@ -61,10 +62,14 @@ quartodoc = ">=0.7.5"
black = "23.3.0"
pre-commit = "^3.3.2"
pytest = "^7.3.2"
python-semantic-release = "^8.7.0"
pytest-mock = "^3.12.0"
tox = "^4.13.0"


[tool.poetry.group.release.dependencies]
python-semantic-release = "^8.7.0"


[tool.black]
line-length = 88

Expand Down

0 comments on commit 80327f3

Please sign in to comment.