We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4876548 commit 7b8a8c5Copy full SHA for 7b8a8c5
setup.py
@@ -18,7 +18,7 @@
18
19
import versioneer
20
21
-install_requires = ['jupyter', 'numpy', 'ipykernel',
+install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
22
'autobahn>=18.8.2']
23
24
if sys.version_info.major == 3 and sys.version_info.minor >= 5:
0 commit comments