mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
ca6a76e317
commit
cc67e5c2ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue