Bump PyYaML to a 3.7-compatible version.
This commit is contained in:
parent
be6ab52fe1
commit
628e8f4466
|
@ -4,4 +4,4 @@ paramiko==2.3.2 # Last 2.6-compat version.
|
|||
google-api-python-client==1.6.5
|
||||
hdrhistogram==0.6.1
|
||||
PyYAML==3.11; python_version < '2.7'
|
||||
PyYAML==3.12; python_version >= '2.7'
|
||||
PyYAML==3.13; python_version >= '2.7'
|
||||
|
|
Loading…
Reference in New Issue