Skip to content

Commit

Permalink
remove old dependency of jupyter_server
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Apr 29, 2020
1 parent e57dd87 commit 06a7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):
platforms="Linux, Mac OS X, Windows",
packages=setuptools.find_packages(),
install_requires=[
'jupyter_server@git+https://github.com/zsailer/jupyter_server.git@discover-extensionapp-config',
'jupyter_server>=0.3',
'notebook<7',
],
classifiers=[
Expand Down

0 comments on commit 06a7ac9

Please sign in to comment.