summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-12-04 20:28:56 +0100
committerFlorian Bruhin <git@the-compiler.org>2014-12-04 20:28:56 +0100
commit17b26f7ba9622601053332d9e90a8fab49433d91 (patch)
treeca4ad8726a06d2c6f60ea03740c29d78d8a137ae /setup.py
parentaa3b9b7f35db05c9a4cd3cf97783126476644964 (diff)
downloadqutebrowser-17b26f7ba9622601053332d9e90a8fab49433d91.tar.gz
qutebrowser-17b26f7ba9622601053332d9e90a8fab49433d91.zip
Remove extras_require from setup.py
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: