From: Guillaume Pellerin Date: Tue, 23 Jun 2015 10:18:59 +0000 (+0200) Subject: add more deps X-Git-Tag: 1.6a~4^2~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6872bd5cbf2ca4c347299ce96e0eff36447c0bb0;p=telemeta.git add more deps --- 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