Skip to content

Commit

Permalink
Drop notebook dependency from widgetsnbextension
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Oct 20, 2019
1 parent 245fb0a commit 6061ed4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions widgetsnbextension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,5 @@ def run(self):
from setuptools.command.develop import develop
setup_args['cmdclass']['develop'] = js_prerelease(develop, strict=True)

setuptools_args = {}
install_requires = setuptools_args['install_requires'] = [
'notebook>=4.4.1',
]

if 'setuptools' in sys.modules:
setup_args.update(setuptools_args)

if __name__ == '__main__':
setup(**setup_args)

0 comments on commit 6061ed4

Please sign in to comment.