Update requirements

Change-Id: If103fa3d8479956878258be6b7d32f1f63cdfd8a
This commit is contained in:
Julien Danjou 2013-09-19 11:42:10 +02:00
parent 3a480cb424
commit 184e576efa
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)