From f08ac04a27fe6bc2969252bcc4578d12f242f1f4 Mon Sep 17 00:00:00 2001 From: Roman Podolyaka Date: Sat, 18 May 2013 11:53:18 +0300 Subject: Migrate to pbr. openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471 --- tools/pip-requires | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index e06e6f8e..f7deffed 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,3 +1,5 @@ +d2to1>=0.2.10,<0.3 +pbr>=0.5,<0.6 argparse iso8601>=0.1.4 prettytable>=0.6,<0.8 -- cgit v1.2.1