From 2bd79d187b82e43db9b7de5fa2ead2dfb1844d01 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Tue, 23 Jan 2024 08:06:29 -0500 Subject: [PATCH] Add jcs to 'all' pip selector. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 210309319..82aa036c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ all = [ "h5netcdf", "h5py", "httpx >=0.20.0,!=0.23.1", + "jcs", "jinja2", "jmespath", "jsonschema",