We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7149e5 commit 6671f2cCopy full SHA for 6671f2c
2 files changed
imjoy_elfinder/VERSION
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.1.55"
+ "version": "0.1.56"
3
}
setup.py
@@ -48,7 +48,11 @@ def read(name):
48
"Framework :: Pyramid ",
49
"Topic :: Internet",
50
],
51
- extras_require={"jupyter": ["jupyter-server-proxy"]},
+ extras_require={
52
+ "jupyter": [
53
+ "jupyter-server-proxy @ http://github.com/oeway/jupyter-server-proxy/tarball/master#egg=jupyter-server-proxy"
54
+ ]
55
+ },
56
entry_points={
57
"console_scripts": ["imjoy-elfinder = imjoy_elfinder.app:main"],
58
"jupyter_serverproxy_servers": [
0 commit comments