From: Guillaume Pellerin Date: Fri, 1 May 2015 16:52:48 +0000 (+0200) Subject: try own merged ebooklib X-Git-Tag: 1.6a~4^2~89 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6f61dbd88aa7a3ef0ef28e082ad7214de84c5957;p=telemeta.git try own merged ebooklib --- diff --git a/requirements.txt b/requirements.txt index 7b7a7842..36a91dc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ setuptools -e . -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 +-e git+https://github.com/Parisson/ebooklib#egg=ebooklib-0.16 diff --git a/setup.py b/setup.py index 6e9eb4a6..29e5e9a6 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,6 @@ setup( 'python-ebml', 'zipstream', 'elasticsearch', - 'ebooklib', ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], # Provide a test command through django-setuptest