From e9cc4d60ecc1f9f6dd23fcb6430122b727740ef7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 30 Apr 2015 14:06:04 +0200 Subject: [PATCH] fix deps links and list --- examples/sandbox/settings.py | 1 - requirements.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/sandbox/settings.py b/examples/sandbox/settings.py index bc90e5d6..278a44cd 100644 --- a/examples/sandbox/settings.py +++ b/examples/sandbox/settings.py @@ -159,7 +159,6 @@ INSTALLED_APPS = ( 'bootstrap_pagination', 'googletools', 'registration', - 'epub', 'rest_framework', 'djcelery', 'haystack', diff --git a/requirements.txt b/requirements.txt index 232a6afc..7b7a7842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ setuptools -e . --e https://github.com/mariocesar/sorl-thumbnail/tarball/master#egg=sorl-thumbnail-12.2 --e https://github.com/django-haystack/django-haystack/tarball/master#egg=django-haystack-2.4 \ No newline at end of file +-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