Skip to content

Commit

Permalink
declare dependency on packaging (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Dec 18, 2024
1 parent 9964fd8 commit 21d4694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"python-json-logger>=2.0.4",
"pyyaml>=5.3",
"traitlets>=5.3",
"packaging",
# The following are necessary to address an issue where pyproject.toml normalizes extra dependencies
# such that 'format_nongpl' is normalized to 'format-nongpl' which prevents these two validators from
# from being installed when jsonschema is <= 4.9 because jsonschema uses 'format_nongpl' in those releases.
Expand Down

0 comments on commit 21d4694

Please sign in to comment.