Browse Source

Upgrade jupyterlab_server to min 1.1.0

Eric Charles 5 years ago
parent
commit
aaf1cac655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -139,7 +139,7 @@ setup_args = dict(
 setup_args['install_requires'] = [
     'notebook>=4.3.1',
     'tornado!=6.0.0, !=6.0.1, !=6.0.2',
-    'jupyterlab_server@ git+https://github.com/datalayer-contrib/jupyterlab-server@bw-list',
+    'jupyterlab_server>=1.1.0',
     'jinja2>=2.10'
 ]