Skip to content

Commit

Permalink
pin jupyter server proxy (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 24, 2020
1 parent d7149e5 commit 6671f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imjoy_elfinder/VERSION
@@ -1,3 +1,3 @@
{
"version": "0.1.55"
"version": "0.1.56"
}
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -48,7 +48,11 @@ def read(name):
"Framework :: Pyramid ",
"Topic :: Internet",
],
extras_require={"jupyter": ["jupyter-server-proxy"]},
extras_require={
"jupyter": [
"jupyter-server-proxy @ http://github.com/oeway/jupyter-server-proxy/tarball/master#egg=jupyter-server-proxy"
]
},
entry_points={
"console_scripts": ["imjoy-elfinder = imjoy_elfinder.app:main"],
"jupyter_serverproxy_servers": [
Expand Down

0 comments on commit 6671f2c

Please sign in to comment.