From adc39e86acb1c705d39e1abd908018e5e6b2f4c5 Mon Sep 17 00:00:00 2001 From: wangzihao Date: Mon, 12 Oct 2020 19:39:10 +0800 Subject: Remove six Remove six Replace the following items with Python 3 style code. - six.moves - six.StringIO - six.add_metaclass - six.string_types - six.binary_type - six.text_type - six.integer_types - six.PY3 - six.PY2 - six.iterkeys Change-Id: Id9f2076be1a6a2d99db5acb682df8bebe893de36 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7719bc4..cb27997 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ oslo.serialization>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 PrettyTable<0.8,>=0.7.2 # BSD requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT WebOb>=1.7.1 # MIT importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0 -- cgit v1.2.1