136c9c7c12
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I818ff6549bd6217a727adde0490485a526595ff3
60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
|
|
# 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.
|
|
|
|
# Despite above warning added by global sync process, please use
|
|
# ascii betical order.
|
|
|
|
PyYAML>=3.13 # MIT
|
|
SQLAlchemy>=1.2.0 # MIT
|
|
WSME>=0.8.0 # MIT
|
|
WebOb>=1.8.1 # MIT
|
|
alembic>=0.9.6 # MIT
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
decorator>=3.4.0 # BSD
|
|
docker>=4.3.0 # Apache-2.0
|
|
eventlet>=0.28.0 # MIT
|
|
iso8601>=0.1.11 # MIT
|
|
jsonpatch!=1.20,>=1.16 # BSD
|
|
keystoneauth1>=3.14.0 # Apache-2.0
|
|
keystonemiddleware>=9.0.0 # Apache-2.0
|
|
marathon!=0.9.1,>=0.8.6 # MIT
|
|
netaddr>=0.7.18 # BSD
|
|
oslo.concurrency>=4.1.0 # Apache-2.0
|
|
oslo.config>=8.1.0 # Apache-2.0
|
|
oslo.context>=3.1.0 # Apache-2.0
|
|
oslo.db>=8.2.0 # Apache-2.0
|
|
oslo.i18n>=5.0.0 # Apache-2.0
|
|
oslo.log>=4.2.0 # Apache-2.0
|
|
oslo.messaging>=12.2.0 # Apache-2.0
|
|
oslo.middleware>=4.1.0 # Apache-2.0
|
|
oslo.policy>=3.6.0 # Apache-2.0
|
|
oslo.reports>=2.1.0 # Apache-2.0
|
|
oslo.serialization>=3.2.0 # Apache-2.0
|
|
oslo.service>=2.2.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
|
oslo.utils>=4.2.0 # Apache-2.0
|
|
oslo.versionedobjects>=2.1.0 # Apache-2.0
|
|
pbr>=5.5.0 # Apache-2.0
|
|
pecan>=1.3.3 # BSD
|
|
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
|
|
python-barbicanclient>=5.0.0 # Apache-2.0
|
|
python-cinderclient>=7.1.0 # Apache-2.0
|
|
python-glanceclient>=3.2.0 # Apache-2.0
|
|
python-heatclient>=2.2.0 # Apache-2.0
|
|
python-neutronclient>=7.2.0 # Apache-2.0
|
|
python-novaclient>=17.2.0 # Apache-2.0
|
|
python-keystoneclient>=3.20.0 # Apache-2.0
|
|
python-octaviaclient>=2.1.0 # Apache-2.0
|
|
requests>=2.20.1 # Apache-2.0
|
|
setuptools!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=30.0.0 # PSF/ZPL
|
|
six>=1.10.0 # MIT
|
|
stevedore>=3.3.0 # Apache-2.0
|
|
taskflow>=2.16.0 # Apache-2.0
|
|
cryptography>=2.1.4 # BSD/Apache-2.0
|
|
Werkzeug>=0.9 # BSD License
|