Skip to content

Commit 705e5b9

Browse files
authored
remove argparse as it was moved to the python standard library as of python 3.2 and python 2.7 (#96)
1 parent 3b8f9e0 commit 705e5b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def run(self):
8989
],
9090
install_requires=[
9191
"thrift>=0.10",
92-
"argparse>=1.1",
9392
"future",
9493
],
9594
extras_require={

0 commit comments

Comments
 (0)