From 4e26dfae8f6995fc7b7d3afe0a778e1e231c7994 Mon Sep 17 00:00:00 2001 From: aschroed Date: Mon, 7 Oct 2024 09:54:50 -0400 Subject: [PATCH] removed commented out line --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1a19de9..a5ada40c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ packages = [ python = ">=3.8.1,<3.13" cron-descriptor = "^1.4.0" click = "^7.1.2" -# dcicutils = "^8.13.3" dcicutils = "8.15.0" docutils = ">=0.10,<0.17" PyJWT = "^2.5.0"