Skip to content

Commit 21d4694

Browse files
authoredDec 18, 2024··
declare dependency on packaging (#109)
1 parent 9964fd8 commit 21d4694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"python-json-logger>=2.0.4",
2929
"pyyaml>=5.3",
3030
"traitlets>=5.3",
31+
"packaging",
3132
# The following are necessary to address an issue where pyproject.toml normalizes extra dependencies
3233
# such that 'format_nongpl' is normalized to 'format-nongpl' which prevents these two validators from
3334
# from being installed when jsonschema is <= 4.9 because jsonschema uses 'format_nongpl' in those releases.

0 commit comments

Comments
 (0)
Please sign in to comment.