305c320dcb
We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Change-Id: I3c4282f0bc2ddedf816f366cd058823777ecdab9 Co-Authored-By: Michel Peterson <michel@redhat.com>
28 lines
809 B
Plaintext
28 lines
809 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 # Apache-2.0
|
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD
|
|
WSME # MIT
|
|
six # MIT
|
|
eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT
|
|
oslo.i18n # Apache-2.0
|
|
oslo.config!=4.3.0,!=4.4.0 # Apache-2.0
|
|
oslo.log # Apache-2.0
|
|
oslo.context # Apache-2.0
|
|
oslo.messaging # Apache-2.0
|
|
oslo.concurrency # Apache-2.0
|
|
oslo.service!=1.28.1 # Apache-2.0
|
|
oslo.db # Apache-2.0
|
|
oslo.utils # Apache-2.0
|
|
oslo.versionedobjects # Apache-2.0
|
|
oslo.policy # Apache-2.0
|
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT
|
|
alembic # MIT
|
|
stevedore # Apache-2.0
|
|
keystonemiddleware # Apache-2.0
|
|
jsonpatch!=1.20 # BSD
|
|
psutil # BSD
|
|
mock # BSD
|