Updated from global requirements

Change-Id: I169d7dfca9cad4bac40152cf83756adade3204a8
This commit is contained in:
OpenStack Jenkins 2013-12-10 22:23:02 +00:00
parent 19969eb6ba
commit 8fa68c6f44
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pbr>=0.5.21,<1.0 pbr>=0.5.21,<1.0
Babel>=0.9.6 Babel>=1.3
oslo.config>=1.2.0 oslo.config>=1.2.0
iso8601 iso8601>=0.1.8
pecan>=0.2.0 pecan>=0.2.0
six>=1.4.1 six>=1.4.1
SQLAlchemy>=0.7.8,<=0.7.99 SQLAlchemy>=0.7.8,<=0.7.99

View File

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

View File

@ -4,13 +4,13 @@ coverage>=3.6
discover discover
fixtures>=0.3.14 fixtures>=0.3.14
python-subunit python-subunit
sphinx>=1.1.2 sphinx>=1.1.2,<1.2
oslo.sphinx oslo.sphinx
sphinxcontrib-pecanwsme>=0.5 sphinxcontrib-pecanwsme>=0.5
sphinxcontrib-httpdomain sphinxcontrib-httpdomain
docutils==0.9.1 docutils==0.9.1
testrepository>=0.0.17 testrepository>=0.0.17
testscenarios>=0.4,<0.5 testscenarios>=0.4
testtools>=0.9.32 testtools>=0.9.32
mock>=1.0 mock>=1.0
requests>=1.1 requests>=1.1