summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
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: