Skip to content

Commit

Permalink
Lite deployment missing deps (#434)
Browse files Browse the repository at this point in the history
* Lite deployment missing deps

* Fix missing token
  • Loading branch information
martinRenou committed Sep 19, 2024
1 parent d677d48 commit 7864aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lite/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- comm
- pip:
- ./jupytercad_lab-1.0.0-py3-none-any.whl
- jupyter-shared-drive
- jupyter-shared-drive-ui
- jupyter-shared-docprovider
2 changes: 1 addition & 1 deletion lite/jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appName": "My JupyterCAD App",
"disabledExtensions": [
"@jupyter/collaboration-extension",
"@jupyter/docprovider-extension"
"@jupyter/docprovider-extension:defaultFileBrowser"
],
"signalingServers": ["https://flyio-signaling-server.fly.dev/"]
}
Expand Down

0 comments on commit 7864aca

Please sign in to comment.