056d8ebc49
Includes addition of install package to requirements.txt and note to user to ensure they remember to use requirements.txt to install additional packages as required. Change-Id: I122a3f6b2b62b6d1945013eb21c2fadc75910696
7 lines
273 B
Plaintext
7 lines
273 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>=1.6 # Apache-2.0
|
|
python-ironicclient>=1.1.0 # Apache-2.0
|