Skip to content

Commit 2bfbd5b

Browse files
authored
Update setup.py
1 parent 24b9bb1 commit 2bfbd5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ def get_ui_files(directory):
6262
'jinja2>=3.0', 'nbsphinx',
6363
'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-bibtex',
6464
'sphinx-copybutton'],
65-
'testing': ['pytest', 'pytest-cov'],
65+
'testing': ['pycodestyle', 'pytest', 'pytest-cov'],
6666
'all': ['docutils<0.18,>=0.14', 'ipykernel', 'ipython',
67-
'jinja2>=3.0', 'nbsphinx', 'pytest', 'pytest-cov',
67+
'jinja2>=3.0', 'nbsphinx',
68+
'pycodestyle', 'pytest', 'pytest-cov',
6869
'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-bibtex']},
6970
classifiers=['Natural Language :: English',
7071
'Operating System :: Microsoft :: Windows :: Windows 10'

0 commit comments

Comments
 (0)