diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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"], |