Updated from global requirements

Change-Id: I1687d51bddb873549163dcf488fc40cdd9edcb29

Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
This commit is contained in:
Monty Taylor 2013-08-07 18:54:34 -03:00
parent 0507e9cf6f
commit 93612bbf53
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pbr>=0.5.16,<0.6
pbr>=0.5.21,<1.0
cliff>=1.4
keyring
keyring>=1.6.1
pycrypto>=2.6
python-glanceclient>=0.9.0
python-keystoneclient>=0.3.0

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.20'],
setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True)