From 228a04801224d127f4304e17398464d045794cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Mon, 6 Nov 2023 13:35:53 +0100 Subject: [PATCH] Normalize "jsonschema[format-nongpl]" in pyproject.toml (#86) Specification: https://packaging.python.org/en/latest/specifications/core-metadata/#provides-extra-multiple-use --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e59ee3..44c3d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",