summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorhaixin <haixin@inspur.com>2020-10-07 11:48:23 +0800
committerhaixin <haixin@inspur.com>2020-10-09 19:20:51 +0800
commitcfe9881e6b363251d09e59e9b6c8a21ab6fbef37 (patch)
treebca1a3d5b231358e9d737580c9e5d2046bc44f99 /requirements.txt
parent87d2a1f9d4be63633f0988a112b2f6f706352de1 (diff)
downloadoslo-utils-cfe9881e6b363251d09e59e9b6c8a21ab6fbef37.tar.gz
Remove all usage of six library
Replace six with Python 3 style code. Change-Id: I52aa4a0f679b56ffa57cdd2199933e36cf076992
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 22d2b78..ddc07f0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,6 @@
# that is a likely indicator that the feature belongs somewhere else.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-six>=1.10.0 # MIT
iso8601>=0.1.11 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
pytz>=2013.6 # MIT