From cf816abcda7e6db83d6254cc9fdce0940c88b91a Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Thu, 21 Feb 2013 21:23:19 +0100 Subject: [PATCH] remove -e from the Django tarball url -e should be used only with repositories apparently --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39d3368..d17507d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e http://github.com/django/django/tarball/stable/1.5.x#egg=Django +http://github.com/django/django/tarball/stable/1.5.x#egg=Django South Pillow django-tastypie