Skip to content

Commit bf792c3

Browse files
committed
click...
1 parent 8664219 commit bf792c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = [
33
"hatchling>=1.11",
44
"jupyterlab>=4.5.0a3,<4.6",
5+
"click<8.3.0",
56
]
67
build-backend = "hatchling.build"
78

@@ -63,6 +64,7 @@ test = [
6364
"jupyter_server[test]>=2.4.0,<3",
6465
"jupyterlab_server[test]>=2.27.1,<3",
6566
"importlib-resources>=5.0;python_version<\"3.10\"",
67+
"click<8.3.0",
6668
]
6769
docs = [
6870
"myst_parser",
@@ -74,7 +76,8 @@ docs = [
7476
]
7577
dev = [
7678
"pre-commit",
77-
"hatch"
79+
"hatch",
80+
"click<8.3.0",
7881
]
7982

8083
[tool.hatch.version]

0 commit comments

Comments
 (0)