Skip to content

Commit 7b8a8c5

Browse files
authored
Added jupyter-server-proxy to install_requires
Need jupyter-server-proxy to setup websocket connections on JupyterHub and Binder.
1 parent 4876548 commit 7b8a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import versioneer
2020

21-
install_requires = ['jupyter', 'numpy', 'ipykernel',
21+
install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
2222
'autobahn>=18.8.2']
2323

2424
if sys.version_info.major == 3 and sys.version_info.minor >= 5:

0 commit comments

Comments
 (0)