Skip to content

Commit

Permalink
Add packaging to toml file as it is now a required non-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhite242 committed Aug 23, 2023
1 parent 3283b01 commit 1eea89f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -40,6 +40,7 @@ dill = "*"
filelock = "*"
importlib_metadata = {version = "*", python = "<3.8"}
jsonschema = ">=3.2.0"
packaging = ">=22.0"
pyyaml = ">=4.2b1"
rich = "*"
six = "*"
Expand Down

0 comments on commit 1eea89f

Please sign in to comment.