Skip to content

Commit

Permalink
Merge pull request #16 from tbleher/tomli-dev-dependency
Browse files Browse the repository at this point in the history
Mark tomli as a dev dependency, instead of a main dependency
  • Loading branch information
n-takumasa authored Feb 2, 2024
2 parents 88902f9 + c9ed0fe commit 0924af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.7, <3.13"
tomli = { version = "^2.0.1", python = "<3.11" }

[tool.poetry.group.dev.dependencies]
pytest = "*"
tox = ">=3.27,<5.0"
tomli = { version = "^2.0.1", python = "<3.11" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0924af9

Please sign in to comment.