Update requirements

Sync manually with global requirements file, don't limit to pbr 1.0.

Change-Id: I30c836410771a91070739018a0cad8d4b62b3412
This commit is contained in:
Andreas Jaeger 2015-07-06 21:21:58 +02:00
parent b875d5dc67
commit 734c4af494
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.6,<1.0
pbr>=0.11,<2.0
oslosphinx
sphinx>=1.1.2,<1.2
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
yasfb>=0.5.1

View File

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