From 4b95f369a48970c1422a0c309059b67ba34accf7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Jun 2014 07:42:49 +0200 Subject: Get rid of ipdb/IPython. This caused more problems than it's worth really, and it does some black magic I'm not comfortable with. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c0eb9a332..208e55dd8 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ try: ['qutebrowser = qutebrowser.qutebrowser:main']}, test_suite='qutebrowser.test', zip_safe=True, - extras_require={'nice-debugging': ['colorlog', 'colorama', 'ipdb']}, + extras_require={'nice-debugging': ['colorlog', 'colorama']}, **setupdata ) finally: -- cgit v1.2.3-54-g00ecf