Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Feb 29, 2020
1 parent 3aac73f commit 4692a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):
platforms="Linux, Mac OS X, Windows",
packages=setuptools.find_packages(),
install_requires=[
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@extension_handlers',
'jupyter_server@ git+https://github.com/datalayer-contrib/jupyter-server.git@discover-extensionapp-config',
'notebook<7',
],
classifiers=[
Expand Down Expand Up @@ -92,4 +92,4 @@ def run(self):
'pytest'
],
},
)
)

0 comments on commit 4692a7a

Please sign in to comment.