24dd49640d
Textual SQL expressions should be passed using text() method. Passing them as a simple string is deprecated and can be no longer used with modern sqlalchemy. This also squashes patch [1] which replaces pysnmp[1] that is no longer maintained with a fork pysnmp-lextudio[2] to resolve circular dependency [1] https://review.opendev.org/c/openstack/vitrage/+/918415 [2] https://github.com/lextudio/pysnmp Depends-On: https://review.opendev.org/c/openstack/vitrage-tempest-plugin/+/927167 Co-Authored-By: Takashi Kajinami <kajinamit@oss.nttdata.com> Change-Id: Ied45b260415826a09c9c2358d37c34452ab10f32
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
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>=3.1.1 # Apache-2.0
|
|
alembic>=0.9.8 # MIT
|
|
cachetools>=2.0.1 # MIT License
|
|
cryptography>=2.7 # BSD/Apache-2.0
|
|
lxml>=4.5.2 # BSD
|
|
PyMySQL>=0.8.0 # MIT License
|
|
python-dateutil>=2.7.0 # BSD
|
|
networkx>=2.4 # BSD
|
|
oslo.config>=6.8.0 # Apache-2.0
|
|
oslo.context>=2.22.0 # Apache-2.0
|
|
oslo.db>=4.44.0 # Apache-2.0
|
|
oslo.messaging>=5.36.0 # Apache-2.0
|
|
oslo.middleware>=3.35.0 # Apache-2.0
|
|
oslo.serialization>=2.25.0 # Apache-2.0
|
|
oslo.log>=3.44.0 # Apache-2.0
|
|
oslo.policy>=3.6.0 # Apache-2.0
|
|
oslo.i18n>=3.20.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
|
pecan>=1.2.1 # BSD
|
|
PasteDeploy>=1.5.2 # MIT
|
|
Werkzeug>=0.14.1 # BSD License
|
|
keystonemiddleware>=4.21.0 # Apache-2.0
|
|
stevedore>=1.28.0 # Apache-2.0
|
|
voluptuous>=0.11.1 # BSD License
|
|
SQLAlchemy>=1.2.5 # MIT
|
|
sympy>=1.1.1 # BSD
|
|
pysnmp-lextudio>=5.0.0 # BSD
|
|
PyJWT>=1.6.0 # MIT
|
|
osprofiler>=2.0.0 # Apache-2.0
|
|
keystoneauth1>=3.6.2 # Apache-2.0
|
|
PyYAML>=5.1 # MIT
|
|
requests>=2.20.0 # Apache-2.0
|
|
WebOb>=1.7.4 # MIT
|
|
eventlet!=0.20.1,>=0.20.0 # MIT
|
|
debtcollector>=1.19.0 # Apache-2.0
|
|
cotyledon>=1.6.8 # Apache-2.0
|
|
pytz>=2018.3 # MIT
|
|
tenacity>=4.12.0
|
|
tooz>=1.58.0 # Apache-2.0
|
|
psutil>=5.4.3 # BSD
|
|
jsonschema>=3.2.0 # MIT
|