782b85d57f
This code is used by both ironic and ironic-inspector with barely any difference and will be required to import the JSON RPC code. To prevent IPA from depending on keystoneauth, the new requirement is added as a new extra feature "keystone". Change-Id: I8bc08ec9e081a67d1687033413fee63698e14e69
11 lines
345 B
Plaintext
11 lines
345 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.
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
|
|
# doc requirements
|
|
doc8>=0.6.0 # Apache-2.0
|