We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9964fd8 commit 21d4694Copy full SHA for 21d4694
pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
28
"python-json-logger>=2.0.4",
29
"pyyaml>=5.3",
30
"traitlets>=5.3",
31
+ "packaging",
32
# The following are necessary to address an issue where pyproject.toml normalizes extra dependencies
33
# such that 'format_nongpl' is normalized to 'format-nongpl' which prevents these two validators from
34
# from being installed when jsonschema is <= 4.9 because jsonschema uses 'format_nongpl' in those releases.
0 commit comments