We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3377b8b commit 83b45bfCopy full SHA for 83b45bf
setup.py
@@ -61,7 +61,7 @@
61
cmdclass=cmdclass,
62
packages=setuptools.find_packages(),
63
install_requires=[
64
- "jupyterlab>=3.0.0rc13,==3.*",
+ "jupyter_server>=1.6,<2",
65
],
66
extra_requires={"test": ["pytest", "pytest-tornasync"]},
67
zip_safe=False,
@@ -78,6 +78,7 @@
78
"Programming Language :: Python :: 3.7",
79
"Programming Language :: Python :: 3.8",
80
"Programming Language :: Python :: 3.9",
81
+ "Programming Language :: Python :: 3.10",
82
"Framework :: Jupyter",
83
"Framework :: Jupyter :: JupyterLab",
84
"Framework :: Jupyter :: JupyterLab :: 3",
0 commit comments