From 7133f3e0f9c2a39be2906e86570e473089381283 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Sat, 20 Sep 2014 15:56:12 +0200 Subject: Ship latest wcwidth library + also add wcwidth to requirements. (Prefer version from Pip) --- setup.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 70534430..8dd2764d 100644 --- a/setup.py +++ b/setup.py @@ -13,13 +13,11 @@ setup( long_description='', packages=find_packages('.'), install_requires = [ - 'pygments', 'docopt', 'six', - - # TODO: add wcwidth when released and stable on pypi - # 'wcwidth', - - # Required for the Python repl + 'docopt', 'jedi', + 'pygments', + 'six', + 'wcwidth', ], scripts = [ 'bin/ptpython', -- cgit v1.2.3