Skip to content

Commit a7629a3

Browse files
committed
Add explicit dependency on ipython_genutils
1 parent 08093b0 commit a7629a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
setuptools_args = {}
112112
install_requires = setuptools_args['install_requires'] = [
113113
'ipykernel>=4.5.1',
114+
'ipython_genutils~=0.2.0',
114115
'traitlets>=4.3.1',
115116
# Requiring nbformat to specify bugfix version which is not required by
116117
# notebook.

0 commit comments

Comments
 (0)