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 2cd79ad commit 994cdedCopy full SHA for 994cded
pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
30
"anyio>=3.1.0",
31
"argon2-cffi",
32
"jinja2",
33
- "jupyter_client>=7.4.4",
+ "jupyter_client@git+https://github.com/davidbrochart/jupyter_client#egg=external-kernels",
34
"jupyter_core>=4.12,!=5.0.*",
35
"jupyter_server_terminals",
36
"nbconvert>=6.4.4",
@@ -90,6 +90,9 @@ docs = [
90
[project.scripts]
91
jupyter-server = "jupyter_server.serverapp:main"
92
93
+[tool.hatch.metadata]
94
+allow-direct-references = true
95
+
96
[tool.hatch.envs.docs]
97
features = ["docs"]
98
[tool.hatch.envs.docs.scripts]
0 commit comments