From 8ad73d6eb918a2dca4a401a789456912685a5bbd Mon Sep 17 00:00:00 2001 From: nex9 Date: Mon, 15 Jul 2024 08:20:01 -0400 Subject: [PATCH] remove argparse as it was moved to the python standard library as of python 3.2 and python 2.7 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5a74549..9ac5756 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,6 @@ def run(self): ], install_requires=[ "thrift>=0.10", - "argparse>=1.1", "future", ], extras_require={