]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop argparse as a requirement bs-rerun-reminder
authorZack Cerza <zack@redhat.com>
Thu, 23 Mar 2023 19:13:31 +0000 (13:13 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 23 Mar 2023 19:13:31 +0000 (13:13 -0600)
It's part of the standard library.

Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index c6e96296dd698b08d07964dcca8933dccc35f5ca..7f61f10c088b701044df357822975479e149bb70 100644 (file)
@@ -12,8 +12,6 @@ apache-libcloud==3.3.1
     # via teuthology (pyproject.toml)
 appdirs==1.4.4
     # via openstacksdk
-argparse==1.4.0
-    # via teuthology (pyproject.toml)
 attrs==21.2.0
     # via
     #   cmd2
index 5a6c491e9ba5d197f464da90eb44a65415de2e2b..9fbd84c2c12cae5590bdd781916355b773b5d2f8 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,6 @@ install_requires =
     PyYAML
     ansible>=2.10,<3.0
     apache-libcloud
-    argparse>=1.2.1
     backports.ssl-match-hostname
     beanstalkc3>=0.4.0
     configobj