From: Zack Cerza Date: Thu, 23 Mar 2023 19:13:31 +0000 (-0600) Subject: Drop argparse as a requirement X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=196cad3a697a640020fbb4e3e8579c9d35db633b;p=teuthology.git Drop argparse as a requirement It's part of the standard library. Signed-off-by: Zack Cerza --- diff --git a/requirements.txt b/requirements.txt index c6e96296dd..7f61f10c08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 5a6c491e9b..9fbd84c2c1 100644 --- 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