From 21d4694c58e94cb2c04b62e47832ce28babb1d83 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Wed, 18 Dec 2024 04:26:53 -0500 Subject: [PATCH] declare dependency on packaging (#109) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 804fca9..16c20df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "python-json-logger>=2.0.4", "pyyaml>=5.3", "traitlets>=5.3", + "packaging", # The following are necessary to address an issue where pyproject.toml normalizes extra dependencies # such that 'format_nongpl' is normalized to 'format-nongpl' which prevents these two validators from # from being installed when jsonschema is <= 4.9 because jsonschema uses 'format_nongpl' in those releases.