aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b756dbfe..302b2db6 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,9 @@ setup(
install_requires=[
'netlib>=%s' % version.MINORVERSION,
+ # It's INSANE that we have to do this, but...
+ # FIXME: Requirement to be removed at next release
+ "pip>=1.5.6",
"requests>=2.4.1",
"Flask>=0.10.1"
],