Skip to content

Commit

Permalink
Run make all
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 3, 2025
1 parent 1a7b424 commit e98e30a
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions shinylive_lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
},
"shiny": {
"name": "shiny",
"version": "1.2.0",
"filename": "shiny-1.2.0-py3-none-any.whl",
"version": "1.3.0",
"filename": "shiny-1.3.0-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
{"name": "typing-extensions", "specs": [[">=", "4.10.0"]]},
{"name": "starlette", "specs": []},
{"name": "python-multipart", "specs": []},
{"name": "htmltools", "specs": [[">=", "0.6.0"]]},
{"name": "markdown-it-py", "specs": [[">=", "1.1.0"]]},
{"name": "mdit-py-plugins", "specs": [[">=", "0.3.0"]]},
Expand All @@ -39,15 +38,16 @@
},
"shinywidgets": {
"name": "shinywidgets",
"version": "0.4.2",
"filename": "shinywidgets-0.4.2-py3-none-any.whl",
"version": "0.5.1",
"filename": "shinywidgets-0.5.1-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
{"name": "ipywidgets", "specs": [[">=", "7.6.5"]]},
{"name": "jupyter_core", "specs": []},
{"name": "shiny", "specs": [[">=", "0.6.1.9005"]]},
{"name": "python-dateutil", "specs": [[">=", "2.8.2"]]}
{"name": "python-dateutil", "specs": [[">=", "2.8.2"]]},
{"name": "anywidget", "specs": []}
],
"imports": [
"shinywidgets"
Expand Down Expand Up @@ -536,5 +536,31 @@
"imports": [
"jupyter_core"
]
},
"anywidget": {
"name": "anywidget",
"version": "0.9.15",
"filename": "anywidget-0.9.15-py3-none-any.whl",
"sha256": "fd7876332e47f380e0428f552f26b7227f5694d4e0a257bbc23354d9b9e9a73c",
"url": "https://files.pythonhosted.org/packages/3a/cf/4f2797204895846d2a33a5f8e0cffcc3e23493c6daa10d500f9929da6644/anywidget-0.9.15-py3-none-any.whl",
"depends": [
{"name": "ipywidgets", "specs": [[">=", "7.6.0"]]},
{"name": "psygnal", "specs": [[">=", "0.8.1"]]},
{"name": "typing-extensions", "specs": [[">=", "4.2.0"]]}
],
"imports": [
"anywidget"
]
},
"psygnal": {
"name": "psygnal",
"version": "0.12.0",
"filename": "psygnal-0.12.0-py3-none-any.whl",
"sha256": "15f39abd8bee2926e79da76bec31a258d03dbe3e61d22d6251f65caefbae5d54",
"url": "https://files.pythonhosted.org/packages/eb/fa/84fc30ad391081cb119099aae5491ba4a9ebd34ce5139bf05b31813abb84/psygnal-0.12.0-py3-none-any.whl",
"depends": [],
"imports": [
"psygnal"
]
}
}

0 comments on commit e98e30a

Please sign in to comment.