From 4030eaf2b5d65e18f3f2303f0cc27d574b33b953 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Mar 2023 13:13:31 -0600 Subject: [PATCH] Drop argparse as a requirement It's part of the standard library. Signed-off-by: Zack Cerza --- requirements.txt | 2 -- setup.cfg | 1 - 2 files changed, 3 deletions(-) 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 -- 2.39.5