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.
This commit is contained in:
Daniel Milnes 2023-10-01 19:09:00 +01:00 committed by GitHub
parent 4b19aa47f1
commit 0b7f6b93a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,6 @@ setup(
"powerline_shell.segments",
"powerline_shell.themes",
],
install_requires=[
"argparse",
],
entry_points="""
[console_scripts]
powerline-shell=powerline_shell:main