From ba0894e9dcdc1ae75eeadb20bcf7e682fefc4fbd Mon Sep 17 00:00:00 2001 From: Tito Brasolin Date: Thu, 24 Oct 2024 12:01:25 +0000 Subject: [PATCH] fix: remove click-logging-config from install_requires --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e115a3f..461222f 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,6 @@ setuptools.setup( "scp-udg-client-rest @ git+https://crossserv.bologna.enea.it/gitlab/cross/scp_udg_client_python_rest.git", "click", "click-log", - "click-logging-config", "jproperties", "jpype1", "requests-cache", -- GitLab