summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-11 10:17:47 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-11 10:21:58 +0200
commite44c9883066d9b2d081a594b97aac3d598d491c9 (patch)
tree39bebef513683bc541c6e1206904ac1bcc8a5b8a /requirements.txt
parentc1768401f7a47bd88c044687a00f2e139f1985b4 (diff)
downloadoslo-messaging-e44c9883066d9b2d081a594b97aac3d598d491c9.tar.gz
Remove six usage
Remove six, the python 2/3 compatibility library. It's not needed anymore since the repo is python3 only. Remove a now unneeded hacking test. Change-Id: I40522c4accb4aaf8115d11fee8b081e2d991cb4d
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 e8261a2..cccb632 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,6 @@ stevedore>=1.20.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
# for jsonutils
-six>=1.10.0 # MIT
cachetools>=2.0.0 # MIT License
WebOb>=1.7.1 # MIT