This updates cloudkittyclient's requirement files in order to use openstack/requirements for constraints. This will help to avoid dependency conflicts when cloudkittyclient is deployed in an openstack context. Work items: * Updated requirements.txt, test-requirements.txt and doc/requirements.txt with the `update-requirements` tool provided by openstack/requirements. * Added a lower-constraints.txt file. * Added the "check-requirements" zuul job template to the CI. Change-Id: I12a882ce4d24ade153a64b75852396377ac42ca6
13 lines
442 B
Plaintext
13 lines
442 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.
|
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage>=4.0,!=4.4 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|
|
mock>=2.0 # BSD
|
|
python-openstackclient>=3.14 # Apache-2.0
|