Skip to content

Commit

Permalink
Remove extras_require from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Dec 4, 2014
1 parent aa3b9b7 commit 17b26f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
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:
Expand Down

0 comments on commit 17b26f7

Please sign in to comment.