]> git.parisson.com Git - telemeta.git/commitdiff
add more deps
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 23 Jun 2015 10:18:59 +0000 (12:18 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 23 Jun 2015 10:18:59 +0000 (12:18 +0200)
setup.py

index 7835deb7b148ff967ce75b8e615edd9cd207976f..6e9eb4a62fba2ea422f4e029965a12026887f5e6 100644 (file)
--- 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