Skip to content

Commit 4a46caf

Browse files
author
Dominik Gresch
committed
Add pylint dependency to 'doc'
1 parent ee978d2 commit 4a46caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
EXTRAS = {
2828
'plot': ['matplotlib'],
2929
'tb': ['tbmodels>=1.1.1'],
30-
'doc': ['sphinx', 'sphinx_rtd_theme', 'sphinx-pyreverse'],
30+
'doc': ['sphinx', 'sphinx_rtd_theme', 'sphinx-pyreverse', 'pylint==2.1.1'],
3131
'dev': [
3232
'prospector==1.1.2', 'pytest>=3.4', 'pytest-cov', 'yapf==0.24',
3333
'pre-commit==1.11.1', 'pylint==2.1.1'

0 commit comments

Comments
 (0)