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 Jan 8, 2020
1 parent 3b0f689 commit 7ea681e
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 @@ -214,13 +214,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 7ea681e

Please sign in to comment.