From 0b7f6b93a69934c3e40f098bc10febfe40246a41 Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Sun, 1 Oct 2023 19:09:00 +0100 Subject: [PATCH] Remove Explicit Dependancy on Argparse Argparse has been part of the Python stdlib since 2.7 and 3.2, so there is no need to explicitly depend on it. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 87482e21..ce169ef6 100755 --- a/setup.py +++ b/setup.py @@ -22,9 +22,6 @@ "powerline_shell.segments", "powerline_shell.themes", ], - install_requires=[ - "argparse", - ], entry_points=""" [console_scripts] powerline-shell=powerline_shell:main