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
24 lines
577 B
Plaintext
24 lines
577 B
Plaintext
# requirements
|
|
pbr==2.0.0 # Apache-2.0
|
|
cliff==2.11.0 # Apache-2.0
|
|
keystoneauth1==3.4.0 # Apache-2.0
|
|
oslo.utils==3.35 # Apache-2.0
|
|
oslo.log==3.36 # Apache-2.0
|
|
PyYAML==3.12 # MIT
|
|
jsonpath-rw-ext==1.0 # Apache-2.0
|
|
six==1.11 # MIT
|
|
os-client-config==1.29.0 # Apache-2.0
|
|
|
|
# test-requirements.txt
|
|
coverage==4.0 # 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
|
|
|
|
# doc/requirements.txt
|
|
openstackdocstheme==1.18.1 # Apache-2.0
|
|
sphinx==1.6.2 # BSD
|
|
reno==2.5.0 # Apache2
|