Skip to content

Commit

Permalink
remove argparse as it was moved to the python standard library as of …
Browse files Browse the repository at this point in the history
…python 3.2 and python 2.7 (#96)
  • Loading branch information
mattf9 authored Jul 16, 2024
1 parent 3b8f9e0 commit 705e5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def run(self):
],
install_requires=[
"thrift>=0.10",
"argparse>=1.1",
"future",
],
extras_require={
Expand Down

0 comments on commit 705e5b9

Please sign in to comment.