Merge "Update requirements"

This commit is contained in:
Jenkins 2013-09-19 12:41:44 +00:00 committed by Gerrit Code Review
commit 0f17a245f0
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ python-ceilometerclient>=1.0.3
python-swiftclient>=1.5
lxml>=2.3
requests>=1.1
six<1.4.0
WSME>=0.5b2
six
WSME>=0.5b5
PyYAML>=3.1.0
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3

View File

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