From 705e5b9ebeb65df05994bcba240ffb5533415daf Mon Sep 17 00:00:00 2001 From: mattf9 Date: Mon, 15 Jul 2024 21:02:27 -0400 Subject: [PATCH] remove argparse as it was moved to the python standard library as of python 3.2 and python 2.7 (#96) --- 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={