Add osc-lib to requirements.txt

Without this requirement the installation of
python-magnumclient in an environment where nothing requires
osc-lib will at the very least break the command line
OpenStack client.

Change-Id: I905e2864a185e3135f45b23d9c3b87143e890e15
Closes-Bug: #1661035
This commit is contained in:
Johannes Grassler 2017-02-01 17:30:55 +01:00
parent 7cb9145653
commit 7e073fe47f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
os-client-config>=1.22.0 # Apache-2.0
osc-lib>=1.2.0 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
decorator>=3.4.0 # BSD