From 3395c2c6616d152c52e218528a380c9dc7cd79e9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 22 Jun 2013 21:37:18 -0400 Subject: We force installs via pip, we should declare it pbr contains code that very explicitly uses pip, which means that pip is a requirement. Note to packagers: it is possible to skip uses of pip, meaning that you can totally use pbr-based things without needing to have them pip install things. Change-Id: Ifa472f344489295a5b8a1910bff2672087653547 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 160b352..da917d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ setuptools_git>=0.4 +pip>=1.0 -- cgit v1.2.1