Skip to content

Commit 994cded

Browse files
committed
Install jupyter_client's PR 961
1 parent 2cd79ad commit 994cded

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"anyio>=3.1.0",
3131
"argon2-cffi",
3232
"jinja2",
33-
"jupyter_client>=7.4.4",
33+
"jupyter_client@git+https://github.com/davidbrochart/jupyter_client#egg=external-kernels",
3434
"jupyter_core>=4.12,!=5.0.*",
3535
"jupyter_server_terminals",
3636
"nbconvert>=6.4.4",
@@ -90,6 +90,9 @@ docs = [
9090
[project.scripts]
9191
jupyter-server = "jupyter_server.serverapp:main"
9292

93+
[tool.hatch.metadata]
94+
allow-direct-references = true
95+
9396
[tool.hatch.envs.docs]
9497
features = ["docs"]
9598
[tool.hatch.envs.docs.scripts]

0 commit comments

Comments
 (0)