setup.py: nbconvert requires jupyter_client and ipykernel

This commit is contained in:
Kernc
2019-01-02 10:47:58 +01:00
parent 4b222e94e9
commit 3aa3c01126

View File

@@ -42,6 +42,8 @@ if __name__ == '__main__':
'pdoc3',
'jupytext >= 0.7.0',
'nbconvert',
'ipykernel', # for nbconvert
'jupyter_client', # for nbconvert
],
'test': [
'seaborn',