Skip to content

Commit 42a20e7

Browse files
committed
simpervisor 1.0 with Windows support released
1 parent 40726e6 commit 42a20e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies = [
4747
"aiohttp",
4848
"importlib_metadata >=4.8.3 ; python_version<\"3.10\"",
4949
"jupyter-server >=1.0",
50-
"simpervisor @ git+https://github.com/jupyterhub/simpervisor@7423bec756b74ed29312f967b5177e7e54d07a23",
50+
# simpervisor >=1.0 for Windows support
51+
"simpervisor",
5152
]
5253

5354
[project.optional-dependencies]
@@ -87,8 +88,8 @@ exclude = [
8788
"jupyter_server_proxy/static" = "share/jupyter/nbextensions/jupyter_server_proxy"
8889

8990
[tool.hatch.metadata]
90-
# Allow testing git+https://github.com/... dependencies
91-
allow-direct-references = true
91+
# Set to true to allow testing of git+https://github.com/user/repo@sha dependencies
92+
allow-direct-references = false
9293

9394
[tool.hatch.metadata.hooks.nodejs]
9495
path = "labextension/package.json"

0 commit comments

Comments
 (0)