399049a49e
Update the minimum for PyYAML to a version that appears on PyPI. Change-Id: Icd8dbdeb4dcbf45b5e0d5efb5e66baf3ef9749f5 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr
|
|
PyYAML>=3.10
|
|
six>=1.9.0
|
|
dulwich>=0.15.0 # Apache-2.0
|