Skip to content

Commit 6671f2c

Browse files
authored
pin jupyter server proxy (#107)
1 parent d7149e5 commit 6671f2c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

imjoy_elfinder/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.55"
2+
"version": "0.1.56"
33
}

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ def read(name):
4848
"Framework :: Pyramid ",
4949
"Topic :: Internet",
5050
],
51-
extras_require={"jupyter": ["jupyter-server-proxy"]},
51+
extras_require={
52+
"jupyter": [
53+
"jupyter-server-proxy @ http://github.com/oeway/jupyter-server-proxy/tarball/master#egg=jupyter-server-proxy"
54+
]
55+
},
5256
entry_points={
5357
"console_scripts": ["imjoy-elfinder = imjoy_elfinder.app:main"],
5458
"jupyter_serverproxy_servers": [

0 commit comments

Comments
 (0)