From eca20b701c411046e7ededb0462b310124ce3c18 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 10:21:32 +0200 Subject: Cleanup + fixup + new lib --- setup.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5b1e186c6..13d4a5c63 100755 --- a/setup.py +++ b/setup.py @@ -63,14 +63,15 @@ setup( ], extras_require={ - 'Few plugins dependencies': ["BeautifulSoup >= 3.2, < 3.3"] - 'Colored log' : ["colorlog"] - 'Lightweight webserver' : ["bjoern"] - 'RSS support' : ["feedparser"] - 'SSL support' : ["pyOpenSSL"] - 'RSDF/CCF/DLC support' : ["pycrypto"] - 'Captcha recognition' : ["PIL"] - 'JSON speedup' : ["simplejson"] + 'Few plugins dependencies': ["BeautifulSoup >= 3.2, < 3.3"], + 'Colored log' : ["colorlog"], + 'Lightweight webserver' : ["bjoern"], + 'RSS support' : ["feedparser"], + 'SSL support' : ["pyOpenSSL"], + 'RSDF/CCF/DLC support' : ["pycrypto"], + 'Captcha recognition' : ["PIL"], + 'JSON speedup' : ["simplejson"], + 'Trash support' : ["Send2Trash"] }, #setup_requires=["setuptools_hg"], -- cgit v1.2.3