From 6872bd5cbf2ca4c347299ce96e0eff36447c0bb0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Jun 2015 12:18:59 +0200 Subject: [PATCH] add more deps --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7835deb7..6e9eb4a6 100644 --- a/setup.py +++ b/setup.py @@ -57,12 +57,13 @@ setup( 'django-debug-toolbar', 'django-extra-views', 'django-breadcrumbs', + 'django-bootstrap3', 'django-bootstrap-pagination', 'django-json-rpc', 'django-suit', 'django-google-tools', 'django-ipauth', - 'django-haystack', + 'django-celery', 'timeside>=0.7', 'south', 'docutils', @@ -71,6 +72,7 @@ setup( 'python-ebml', 'zipstream', 'elasticsearch', + 'ebooklib', ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], # Provide a test command through django-setuptest -- 2.39.5