From 444fa40f4edb529efbffa2da8dbd97e9b8564b5c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 15 Aug 2013 14:32:26 -0300 Subject: Updated requirements --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b3e85a7..2a0786a 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( - setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'], - d2to1=True) + setup_requires=['pbr>=0.5.21,<1.0'], + pbr=True) -- cgit v1.2.1