From c587bf45af29b157f1fd90220b632358183a72dd Mon Sep 17 00:00:00 2001 From: Jan-Frederik Schmidt Date: Wed, 17 Apr 2024 14:28:36 +0200 Subject: [PATCH] build: Remove `[all]` target from typer dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7600dbc..81a17fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ install_requires = PyGithub GitPython cruft - typer[all] + typer [options.packages.find]