Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 4, 2024
1 parent 2ca1525 commit 035f967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imjoy-jupyterlab-extension",
"version": "0.2.0",
"version": "0.2.1",
"description": "Run ImJoy plugins in JupyterLab",
"keywords": [
"jupyter",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"imjoy-rpc",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 035f967

Please sign in to comment.