From 9e55731e83042ee641a23a0b076f57ee592864e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20M=C3=BCllegger?= Date: Fri, 31 Jul 2015 17:22:25 +0200 Subject: [PATCH] Move dnspython and launchpadlib into requirements/pip.txt They were only in requirements/deploy.txt but were required in a few places in the codebase. That means that developers can come into a situation were they end up missing these libraries even when they installed all dependencies according to the docs. --- requirements/deploy.txt | 2 -- requirements/pip.txt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 6a749aafc31..58116e805e9 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -2,8 +2,6 @@ psycopg2==2.4.6 gunicorn==19.1.0 pysolr==2.0.13 -dnspython==1.11.0 -launchpadlib==1.10.2 django-redis-cache==0.9.5 django-mailgun==0.2.2 diff --git a/requirements/pip.txt b/requirements/pip.txt index b947fb7c410..1507718648e 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -26,9 +26,11 @@ hiredis==0.1.2 celery==3.1.18 django-celery==3.1.16 django-allauth==0.21.0 +dnspython==1.11.0 # VCS bzr==2.6 +launchpadlib==1.10.2 mercurial==2.6.3 httplib2==0.7.7