]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove unused dependencies
authorKefu Chai <kchai@redhat.com>
Mon, 25 Nov 2019 06:10:20 +0000 (14:10 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 4 Dec 2019 17:19:30 +0000 (01:19 +0800)
following dependencies are removed in this change, as they are not
used anymore

* bunch
* web.py

Signed-off-by: Kefu Chai <kchai@redhat.com>
requirements.txt
setup.py

index ec3075200bbdc4200d0301777e01bfc6a9ef0d8f..3cc96c9045df56669908ed4113fead98172f86eb 100644 (file)
@@ -18,7 +18,6 @@ beanstalkc3==0.4.0
 boto3==1.9.161
 boto==2.46.1
 botocore==1.12.161        # via boto3, s3transfer
-bunch==1.0.1
 certifi==2019.3.9         # via requests
 cffi==1.10.0              # via bcrypt, cryptography, pynacl
 chardet==3.0.4            # via requests
@@ -107,6 +106,5 @@ unicodecsv==0.14.1        # via cliff
 urllib3==1.25.3           # via botocore, requests
 virtualenv==15.1.0        # via tox
 warlock==1.2.0            # via python-glanceclient
-web.py==0.38
 wrapt==1.10.10            # via debtcollector, positional, python-glanceclient
 xmltodict==0.12.0
index 9969e7bf0cd116fb8a19f318f71bf8fbd691f60b..018faa283f74dd37d53e88b85fa9409cf104bbd8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -54,13 +54,11 @@ setup(
                       'PyYAML',
                       'argparse >= 1.2.1',
                       'boto >= 2.0b4',
-                      'bunch >= 1.0.0',
                       'configobj',
                       'six >= 1.9', # python-openstackclient won't work properly with less
                       'pexpect',
                       'pytest', # for tox.ini
                       'nose', # for qa/tasks/rgw_multisite_tests.py',
-                      'web.py',
                       'docopt',
                       'psutil >= 2.1.0',
                       'configparser',