From 298c86f1e6f2c7e7feba63580b327542d40e8dad Mon Sep 17 00:00:00 2001 From: haixin Date: Wed, 30 Sep 2020 15:26:27 +0800 Subject: Remove all usage of six library Replace six with Python 3 style code. Change-Id: I3d0c35e237484409d8410601ec482fac0dacf30d --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2204536..b0c5d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,5 @@ oslo.context>=2.22.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 PyYAML>=5.1 # MIT -six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 oslo.utils>=3.40.0 # Apache-2.0 -- cgit v1.2.1