Skip to content

Commit 83b45bf

Browse files
authored
Switch from JLab to Jupyter server Python dep (#90)
1 parent 3377b8b commit 83b45bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
cmdclass=cmdclass,
6262
packages=setuptools.find_packages(),
6363
install_requires=[
64-
"jupyterlab>=3.0.0rc13,==3.*",
64+
"jupyter_server>=1.6,<2",
6565
],
6666
extra_requires={"test": ["pytest", "pytest-tornasync"]},
6767
zip_safe=False,
@@ -78,6 +78,7 @@
7878
"Programming Language :: Python :: 3.7",
7979
"Programming Language :: Python :: 3.8",
8080
"Programming Language :: Python :: 3.9",
81+
"Programming Language :: Python :: 3.10",
8182
"Framework :: Jupyter",
8283
"Framework :: Jupyter :: JupyterLab",
8384
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)