From 09b48675619151c35654b0620a7d1e14590f6c13 Mon Sep 17 00:00:00 2001 From: olliesilvester <122091460+olliesilvester@users.noreply.github.com> Date: Thu, 9 May 2024 11:32:28 +0100 Subject: [PATCH] Move colorlog to a regular dependency (#292) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e2846b081..6715226ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "event-model<1.21.0", "p4p", "pyyaml", + "colorlog", ] dynamic = ["version"] license.file = "LICENSE" @@ -64,7 +65,6 @@ dev = [ "tox-direct", "types-mock", "types-pyyaml", - "colorlog" ] [project.scripts]