From d9bd38674c5432420a69c97c40f06f4438c8df85 Mon Sep 17 00:00:00 2001 From: Davide Romanini Date: Mon, 16 Feb 2015 14:27:13 +0100 Subject: [PATCH] added new dependencies to requirements.txt. with new unrar needs UNRAR_LIB_PATH to be set to start --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2d95f59..fc0dc23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,5 @@ configparser beautifulsoup4 >= 4.1 +-e git+https://github.com/matiasb/python-unrar.git@1010cf5f6fcf09a9b1fe7c958faf0167fafaa7d9#egg=unrar-master +natsort==3.5.2 +PyPDF2==1.24 \ No newline at end of file