Remove extras_require from setup.py
This commit is contained in:
parent
aa3b9b7f35
commit
17b26f7ba9
3
setup.py
3
setup.py
@ -45,9 +45,6 @@ try:
|
|||||||
test_suite='qutebrowser.test',
|
test_suite='qutebrowser.test',
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
install_requires=['pypeg2', 'jinja2', 'pygments'],
|
install_requires=['pypeg2', 'jinja2', 'pygments'],
|
||||||
extras_require={'nice-debugging': ['colorlog', 'colorama'],
|
|
||||||
'checks': ['flake8', 'pylint', 'check-manifest',
|
|
||||||
'pyroma']},
|
|
||||||
**common.setupdata
|
**common.setupdata
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user