5f1fbbee3c
Updates Deckhand to use alembic to manage database upgrades. Moves from creating tables at startup of Deckhand to the db-sync job. Change-Id: I6f4cb237fadc46fbee81d1c33096f48a720f589f
48 lines
1.3 KiB
Plaintext
48 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.0.0 # Apache-2.0
|
|
|
|
alembic==0.8.2 # MIT
|
|
falcon>=1.4.1 # Apache-2.0
|
|
pbr!=2.1.0,>=3.1.1 # Apache-2.0
|
|
PasteDeploy>=1.5.2 # MIT
|
|
Paste # MIT
|
|
Routes>=2.4.1 # MIT
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
networkx==2.1
|
|
|
|
six>=1.11.0 # MIT
|
|
stevedore>=1.28.0 # Apache-2.0
|
|
python-keystoneclient>=3.15.0 # Apache-2.0
|
|
python-memcached==1.59
|
|
keystonemiddleware>=4.21.0 # Apache-2.0
|
|
psycopg2==2.7.4
|
|
uwsgi==2.0.16
|
|
jsonpath-ng==1.4.3
|
|
jsonschema==2.6.0
|
|
|
|
oslo.cache>=1.28.0 # Apache-2.0
|
|
oslo.concurrency>=3.25.0 # Apache-2.0
|
|
oslo.config!=4.3.0,!=4.4.0,>=5.2.0 # Apache-2.0
|
|
oslo.context>=2.20.0 # Apache-2.0
|
|
oslo.messaging!=5.25.0,>=5.35.0 # Apache-2.0
|
|
oslo.db>=4.33.0 # Apache-2.0
|
|
oslo.i18n!=3.15.2,>=3.19.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.middleware>=3.34.0 # Apache-2.0
|
|
oslo.policy>=1.33.1 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.24.0 # Apache-2.0
|
|
oslo.utils>=3.35.0 # 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
|