summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-02-20 09:42:03 +0000
committerStephen Finucane <sfinucan@redhat.com>2020-02-21 09:48:38 +0000
commitc4c44bcb2df01b77089139b267b1219008f9421e (patch)
tree1d9d4d068dd2ac3355d15cb7106a3f7c0a460b94 /requirements.txt
parent9dee28ae6c32814494031ef503b835d4728d91dc (diff)
downloadpython-novaclient-c4c44bcb2df01b77089139b267b1219008f9421e.tar.gz
Remove six
Mostly a find-replace job. Let's do this now so we don't have to carry it for the next decade. Change-Id: I7bef9fb7c6895f746cee1aca6522786f38b9857c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9371e327..609ea42b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,5 +9,4 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
PrettyTable<0.8,>=0.7.2 # BSD
simplejson>=3.5.1 # MIT
-six>=1.10.0 # MIT
Babel!=2.4.0,>=2.3.4 # BSD