summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorkuangcx <kuangcx@inspur.com>2020-11-02 14:37:26 +0800
committerMatthias Runge <mrunge@redhat.com>2021-01-13 14:20:31 +0100
commitc0632ae9e0f2eecbf0da9578c88f7c85727244f8 (patch)
tree1aeec729f311f6c17d9b251770605902b006aa2a /requirements.txt
parent71f3d092acaa56f0edb49bcd26814d4f67f953b4 (diff)
downloadceilometer-c0632ae9e0f2eecbf0da9578c88f7c85727244f8.tar.gz
Replace six with python3 code style
Co-authored by: Matthias Runge <mrunge@redhat.com> Change-Id: I85a4d79396874670f1b36cb91cfba5da812c2839
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 5085c02d..3713e08b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,8 +30,7 @@ python-swiftclient>=3.2.0 # Apache-2.0
python-cinderclient>=3.3.0 # Apache-2.0
PyYAML>=5.1 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
-six>=1.10.0 # MIT
-stevedore>=3.0.0 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
tenacity>=4.12.0 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
os-xenapi>=0.3.3 # Apache-2.0