4d4c5e82c9
The latest pip version has a stricter dependency resolver, which broke the "lower-constraints" job for quite a few openstack projects, including os-brick and cinder. This change alings the os-brick dependency version constraints with the ones used by Cinder, thus fixing the lower constraints job. Change-Id: I4a6ac7ec0974372dc6f1585a797c7023c2fd8d78
19 lines
627 B
Plaintext
19 lines
627 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>=5.5.0 # Apache-2.0
|
|
eventlet>=0.26.1 # MIT
|
|
oslo.concurrency>=4.3.0 # Apache-2.0
|
|
oslo.context>=3.1.1 # Apache-2.0
|
|
oslo.log>=4.4.0 # Apache-2.0
|
|
oslo.i18n>=5.0.1 # Apache-2.0
|
|
oslo.privsep>=2.4.0 # Apache-2.0
|
|
oslo.serialization>=4.0.1 # Apache-2.0
|
|
oslo.service>=2.4.0 # Apache-2.0
|
|
oslo.utils>=4.7.0 # Apache-2.0
|
|
requests>=2.23.0 # Apache-2.0
|
|
six>=1.15.0 # MIT
|
|
tenacity>=6.2.0 # Apache-2.0
|
|
os-win>=5.1.0 # Apache-2.0
|