
Reno uses six, but doesn't declare the dependency. This declares it. Line taken from global-requirements.txt Change-Id: I83e65a9dbda2f421bb6c4d2cc1d081b049fd259d Closes-bug: #1596731
9 lines
261 B
Plaintext
9 lines
261 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<2.0,>=1.4
|
|
Babel>=1.3
|
|
PyYAML>=3.1.0
|
|
six>=1.9.0
|