Skip to content

Commit 95b1c7d

Browse files
author
mattf9
authored
Merge pull request #1 from mattf9/remove-legacy-argparse-import
remove argparse as it was moved to the python standard library as of …
2 parents 3b8f9e0 + 8ad73d6 commit 95b1c7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)