From 17b26f7ba9622601053332d9e90a8fab49433d91 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 4 Dec 2014 20:28:56 +0100 Subject: Remove extras_require from setup.py --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c8e93e976..5217488e1 100755 --- a/setup.py +++ b/setup.py @@ -45,9 +45,6 @@ try: test_suite='qutebrowser.test', zip_safe=True, install_requires=['pypeg2', 'jinja2', 'pygments'], - extras_require={'nice-debugging': ['colorlog', 'colorama'], - 'checks': ['flake8', 'pylint', 'check-manifest', - 'pyroma']}, **common.setupdata ) finally: -- cgit v1.2.3-54-g00ecf