From 0c525f750dad3f57297836ddea02da7d42ad5969 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 12 May 2015 17:21:33 +0200 Subject: Other import fixes (4) --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 30d91c6ae..5c7a52819 100755 --- a/setup.py +++ b/setup.py @@ -47,28 +47,28 @@ setuptools.setup( install_requires=[ "Beaker >= 1.6", + "Getch", + "MultipartPostHandler", + "SafeEval", "bitmath", "bottle >= 0.10.0", "colorama", - "Getch", "jinja2", "markupsafe", - "MultipartPostHandler", + "pycrypto", "pycurl", "rename_process", - "SafeEval", "thrift >= 0.8.0", "wsgiserver" ], extras_require={ 'Few plugins dependencies': ["BeautifulSoup >= 3.2, < 3.3"], - 'Captcha recognition' : ["PIL"], + 'Captcha recognition' : ["Pillow"], 'Trash support' : ["Send2Trash"], 'Colored log' : ["colorlog"], 'Lightweight webserver' : ["bjoern"], 'SSL support' : ["pyOpenSSL"], - 'RSDF/CCF/DLC support' : ["pycrypto"], 'JSON speedup' : ["simplejson"] }, -- cgit v1.2.3