From 5d43b194870b20071be1b9f6058c9fa86374c87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Mon, 11 Sep 2023 07:57:45 +0200 Subject: [PATCH] Normalize "jsonschema[format-nongpl]" in pyproject.toml 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 dc562d3..c5e5fd4 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",