Skip to content

Commit

Permalink
Remove argparse from the requirements.txt.
Browse files Browse the repository at this point in the history
The argparse module has been builtin to Python since
Python 3.2, released in 2011 (see
https://docs.python.org/3/whatsnew/3.2.html).  Further,
the argparse pip module has not been released or updated
since 2015, and lacks some of the features of the modern,
built-in argparse.  Drop the pip installed version in
favor of the built-in version.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored and dagar committed Jun 6, 2024
1 parent fb659ae commit b1bf0ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/setup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
argcomplete
argparse>=1.2
cerberus
coverage
empy==3.3.4
Expand Down

0 comments on commit b1bf0ff

Please sign in to comment.