Skip to content

Commit

Permalink
chore: list packaging as a runtime dependency
Browse files Browse the repository at this point in the history
We use packaging.version to parse/represent software version numbers.
  • Loading branch information
h4l committed Sep 14, 2024
1 parent 1ad2b12 commit dd6f65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
packaging = ">=14.5" # this version introduces the VERSION_PATTERN constant

[tool.poetry.group.dev.dependencies]
exceptiongroup = { version = "^1", python = "<3.11" }
Expand Down

0 comments on commit dd6f65a

Please sign in to comment.