From 02afcf14bdb2ac2ba50092d9a5d2932bc2e07db9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 30 Apr 2015 20:44:39 +0200 Subject: [PATCH] fix pip src arg --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cf878df6..4d8f7158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ --index-url https://pypi.python.org/simple/ +--src /opt/src setuptools -e . --e git+https://github.com/mariocesar/sorl-thumbnail#egg=sorl-thumbnail-12.2 --src /opt/src --e git+https://github.com/django-haystack/django-haystack#egg=django-haystack-2.4 --src /opt/src +-e git+https://github.com/mariocesar/sorl-thumbnail#egg=sorl-thumbnail-12.2 +-e git+https://github.com/django-haystack/django-haystack#egg=django-haystack-2.4 -- 2.39.5