Skip to content

Commit

Permalink
Merge pull request #24 from DanCardin/dc/loosen-versions-specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin authored Oct 19, 2023
2 parents 2e84cba + 6943352 commit c243783
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cappa"
version = "0.8.3"
version = "0.8.4"
description = ""
authors = ["DanCardin <[email protected]>"]
readme = "README.md"
Expand All @@ -10,11 +10,11 @@ packages = [{include = "cappa", from = "src"}]
meow = "cappa.meow:run"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<4"

typing-extensions = "^4.7.1"
typing-inspect = "^0.9.0"
docstring-parser = "^0.15"
typing-extensions = ">=4.7.1"
typing-inspect = ">=0.9.0"
docstring-parser = ">=0.15"
rich = "*"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c243783

Please sign in to comment.