diff --git a/requirements.txt b/requirements.txt index 621ed1d..a866e24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -pbr>=1.6 # Apache-2.0 -python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0 +pbr>=1.8 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 python-monascaclient>=1.1.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 -python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0 -PyYAML>=3.1.0 # MIT -oslo.config>=3.14.0 # Apache-2.0 +python-novaclient>=6.0.0,!=7.0.0 # Apache-2.0 +PyYAML>=3.10.0 # MIT +oslo.config>=3.14.0,!=3.18.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 libvirt-python>=1.2.5 # LGPLv2+ -Jinja2>=2.8 # BSD License (3 clause) +Jinja2>=2.8,!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4 # BSD License (3 clause) \ No newline at end of file diff --git a/setup.py b/setup.py index 056c16c..782bb21 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.8'], pbr=True)