Skip to content

Commit 7f79672

Browse files
committed
Drop ipykernel dependency
1 parent a837ae8 commit 7f79672

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
'jupyter_client>=6.1.1',
4545
'nbformat',
4646
'nbconvert',
47-
'ipykernel', # bless IPython kernel for now
4847
'Send2Trash',
4948
'terminado>=0.8.3',
5049
'prometheus_client',
@@ -53,7 +52,7 @@
5352
extras_require = {
5453
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
5554
'pytest', 'pytest-cov', 'pytest-tornasync',
56-
'pytest-console-scripts'],
55+
'pytest-console-scripts', 'ipykernel'],
5756
'test:sys_platform == "win32"': ['nose-exclude'],
5857
},
5958
entry_points = {
@@ -67,4 +66,4 @@
6766
)
6867

6968
if __name__ == '__main__':
70-
setup(**setup_args)
69+
setup(**setup_args)

0 commit comments

Comments
 (0)