
Currently there was no support for oslo.config in valence. This patch does the following: * Add a config generator tool. * Added support to use oslo.config * Added oslo.i18n support needed for translation Change-Id: I444b47a20a69c3e075ea36abf337f343b38549d0 Partially-Implements: blueprint director-plugin-cookiecutter
19 lines
348 B
Plaintext
19 lines
348 B
Plaintext
pbr>=1.6
|
|
aniso8601==1.2.0
|
|
click==6.6
|
|
Flask==0.11.1
|
|
Flask-Cors==3.0.2
|
|
Flask-RESTful==0.3.5
|
|
itsdangerous==0.24
|
|
Jinja2==2.8
|
|
MarkupSafe==0.23
|
|
python-dateutil==2.5.3
|
|
pytz==2016.7
|
|
requests==2.11.1
|
|
six==1.10.0
|
|
gunicorn==19.6.0
|
|
python-etcd>=0.4.3 # MIT License
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
|
oslo.config>=3.22.0 # Apache-2.0
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|