argparse is included in Python 2.7, so we don't need it as an explicit requirement. Change-Id: I5d4234392414d617af737074d16c68363185922e Related-Bug: #1524714 Closes-Bug: #1525236
10 lines
324 B
Plaintext
10 lines
324 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.
|
|
cliff>=1.14.0 # Apache-2.0
|
|
pbr>=1.6
|
|
python-keystoneclient>=1.6.0
|
|
PyYAML>=3.1.0
|
|
requests!=2.8.0,>=2.5.2
|
|
six>=1.9.0
|