a24c7744ad
The requirements files have been mostly copied from sahara.git, but most of the dependencies are not needed. Refresh the content of lower-constraints.txt and ensure that the lower-constraints tox environment considers also the doc dependencies. Explicitly depend on the pre-release of Sahara for Stein. Add few more jobs to avoid breakages, namely: - add check-requirements and openstack-lower-constraints-jobs; - replace tempest-plugin-jobs with openstack-python-jobs, openstack-python35-jobs and openstack-python36-jobs now that it is possible to depend on sahara. Change-Id: I370490435d40a4a53e70d32a7a08e551a2c1ad54
16 lines
521 B
Plaintext
16 lines
521 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!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
sahara>=10.0.0.0b1
|
|
six>=1.10.0 # MIT
|