b0c32e7e47
This change is going to upgrade ranger-agent to use Python 3.x Change-Id: Ib7453eb32838672254d85f4981cab33dd816f75c
25 lines
722 B
Plaintext
25 lines
722 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>=1.8
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.messaging>=5.29.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.db>=4.15.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.utils>=3.37.0 # Apache-2.0
|
|
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4
|
|
python-heatclient>=1.10.0 # Apache-2.0
|
|
python-glanceclient>=2.8.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
werkzeug>=0.11.5
|
|
eventlet>=0.24.1
|
|
SQLAlchemy<1.3.0,>=1.2.0
|
|
sqlalchemy-migrate>=0.11.0 # Apache-2.0
|
|
PyMySQL==0.9.3
|
|
lxml==4.3.2
|
|
PasteDeploy==2.0.1
|
|
psutil>=3.0.1
|
|
|