Skip to content

Commit

Permalink
Normalize "jsonschema[format-nongpl]" in pyproject.toml (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored Nov 6, 2023
1 parent 7126b45 commit 228a048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"referencing",
"jsonschema[format-nongpl,format_nongpl]>=4.18.0",
"jsonschema[format-nongpl]>=4.18.0",
"python-json-logger>=2.0.4",
"pyyaml>=5.3",
"traitlets>=5.3",
Expand Down

0 comments on commit 228a048

Please sign in to comment.