Browse Source

bump server requirement

Steven Silvester 5 năm trước cách đây
mục cha
commit
d9e7c48393
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -151,7 +151,7 @@ setup_args = dict(
 setup_args['install_requires'] = [
     'notebook>=4.3.1',
     'tornado!=6.0.0, !=6.0.1, !=6.0.2',
-    'jupyterlab_server>=1.1.4, <2.0',
+    'jupyterlab_server>=1.1.5, <2.0',
     'jinja2>=2.10'
 ]