Add oslo.log to requirements.txt

It was being used but not listed
(d5e395cc35/cursive/signature_utils.py (L26))

Change-Id: I26d92d5d5fe7642eb62b42d7f1aa4bc18f95dd58
This commit is contained in:
Javier Pena 2016-09-01 12:22:18 +02:00
parent d5e395cc35
commit 81d5e3d261
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ six>=1.9.0 # MIT
oslo.serialization>=1.10.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
castellan>=0.4.0 # Apache-2.0 castellan>=0.4.0 # Apache-2.0