Set six to 1.11.0

CherryPy has a requisite of six>=1.11.0 and salt had a requisite of
six==1.10.0 which was causing a problem in the dev environment
This commit is contained in:
twangboy 2018-03-07 11:52:17 -07:00
parent ca6a76e317
commit cc67e5c2ef
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -31,7 +31,7 @@ PyYAML==3.12
pyzmq==16.0.2
requests==2.13.0
singledispatch==3.4.0.3
six==1.10.0
six==1.11.0
smmap==0.9.0
timelib==0.2.4
tornado==4.5.1