From 6f61dbd88aa7a3ef0ef28e082ad7214de84c5957 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 May 2015 18:52:48 +0200 Subject: [PATCH] try own merged ebooklib --- requirements.txt | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5