File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 ]
9495path = " labextension/package.json"
You can’t perform that action at this time.
0 commit comments