Skip to content

Commit

Permalink
Add: Add semver as dependency for semantic versioning support
Browse files Browse the repository at this point in the history
pontos will support the semantic versioning scheme besides PEP 440 in
future.
  • Loading branch information
bjoernricks authored and y0urself committed Mar 14, 2023
1 parent 85ba137 commit e58565f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 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 @@ -43,6 +43,7 @@ httpx = {extras = ["http2"], version = "^0.23.0"}
rich = ">=12.4.4"
typing-extensions = { version = "^4.4.0", python = "<3.8" }
python-dateutil = "^2.8.2"
semver = "^2.13.0"

[tool.poetry.dev-dependencies]
autohooks = ">=22.7.0"
Expand Down

0 comments on commit e58565f

Please sign in to comment.