Remove six from local requirements

We don't use six anywhere in the requirements code, only in some test
files that are only used for running tests against. This removes six
from our requirements.txt file since it does not need to be installed.

Change-Id: I33687e8935845a606d97deb55dd5573354867e1b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-09 13:54:14 -05:00
parent 55387a4f4a
commit 9ee3854a50
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
fixtures>=3.0.0 # Apache-2.0/BSD
Parsley>=1.2 # MIT
six>=1.10.0 # MIT
packaging>=16.5 # Apache-2.0
requests>=2.14.2 # Apache-2.0
PyYAML>=3.12 # MIT