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 89b6201 commit 46a3b7aCopy full SHA for 46a3b7a
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling>=1.4", "jupyter_client>=6"]
+requires = ["hatchling>=1.4", "jupyter_client>=6", "click<8.3.0"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -19,6 +19,7 @@ classifiers = [
19
]
20
requires-python = ">=3.10"
21
dependencies = [
22
+ "click<8.3.0",
23
"debugpy>=1.6.5",
24
"ipython>=7.23.1",
25
"comm>=0.1.1",
0 commit comments