9ac0db3253
Add oslo.log lib in application. Move API related options from refstack/api/config.py to the oslo_config's configuration file. Make regeneration of example config file with oslo.log namespace and with moved API options. Change-Id: Id0db95fe34eb8faa284e9d716cbeebdf6d25c183
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
SQLAlchemy==0.8.3
|
|
alembic==0.5.0
|
|
#gunicorn 19.1.1 has a bug with threading module
|
|
gunicorn==18
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log
|
|
pecan>=0.8.2
|
|
pyOpenSSL==0.13
|
|
pycrypto==2.6
|
|
requests==1.2.3
|
|
jsonschema>=2.0.0,<3.0.0
|