d55ee9fb6e
This patchset uses beaker (used by Promenade and Drydock) to achieve better caching around jsonpath-ng wrapper functions (jsonpath_replace and jsonpath_parse). Change-Id: Ifae24775b4741ade7673dc91776c35d2de5b9065
49 lines
1.3 KiB
Plaintext
49 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.
|
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=1.1.0 # Apache-2.0
|
|
|
|
alembic>=0.9.6 # MIT
|
|
falcon>=1.4.1 # Apache-2.0
|
|
pbr!=2.1.0,>=4.0.3 # Apache-2.0
|
|
PasteDeploy>=1.5.2 # MIT
|
|
Paste # MIT
|
|
Routes>=2.4.1 # MIT
|
|
keystoneauth1>=3.6.1 # Apache-2.0
|
|
networkx==2.1
|
|
|
|
six>=1.11.0 # MIT
|
|
stevedore>=1.28.0 # Apache-2.0
|
|
python-keystoneclient>=3.16.0 # Apache-2.0
|
|
python-memcached==1.59
|
|
keystonemiddleware>=5.1.0 # Apache-2.0
|
|
psycopg2==2.7.4
|
|
uwsgi==2.0.17
|
|
jsonpath-ng==1.4.3
|
|
jsonschema==2.6.0
|
|
beaker==1.9.1
|
|
|
|
oslo.cache>=1.30.1 # Apache-2.0
|
|
oslo.concurrency>=3.27.0 # Apache-2.0
|
|
oslo.config!=4.3.0,!=4.4.0 # Apache-2.0
|
|
oslo.context>=2.20.0 # Apache-2.0
|
|
oslo.messaging!=5.25.0,>=6.2.0 # Apache-2.0
|
|
oslo.db>=4.38.0 # Apache-2.0
|
|
oslo.i18n!=3.15.2,>=3.20.0 # Apache-2.0
|
|
oslo.log>=3.38.1 # Apache-2.0
|
|
oslo.middleware>=3.35.0 # Apache-2.0
|
|
oslo.policy>=1.35.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.25.0 # Apache-2.0
|
|
oslo.utils>=3.36.2 # Apache-2.0
|
|
|
|
# TODO(alanmeadows)
|
|
# this must match the container service
|
|
# likely this should be imported from a
|
|
# container sidecar long-term
|
|
python-barbicanclient>=4.6.0 # Apache-2.0
|
|
|
|
# To support profiling in non-prod
|
|
Werkzeug==0.14.1
|