Merge "requirements.txt is not configured properly"

This commit is contained in:
Jenkins
2013-07-05 01:50:10 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
# This file is managed by openstack-depends
d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
argparse
httplib2
iso8601>=0.1.4

View File

@@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.16,<0.6'],
d2to1=True)