summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-22 21:37:18 -0400
committerMonty Taylor <mordred@inaugust.com>2013-07-21 19:29:47 -0700
commit3395c2c6616d152c52e218528a380c9dc7cd79e9 (patch)
treefd02003768da04ffc17062dbf9952ca3fced800e
parent8e58c2fa58fd1aa6f9985dcb4e210508a73e1df7 (diff)
downloadpbr-3395c2c6616d152c52e218528a380c9dc7cd79e9.tar.gz
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
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
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