From 260da12e405a08757e01355457d6710ffe063a96 Mon Sep 17 00:00:00 2001 From: tuxmaster Date: Sat, 9 Dec 2023 15:54:42 +0100 Subject: [PATCH] argparse is an part of the python core --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7717aa..ef614e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,6 @@ install_requires = six appdirs PyYAML - argparse argcomplete importlib_resources setup_requires = setuptools_scm