Skip to content

Commit d61ea62

Browse files
committed
Update shiny and shinywidgets
1 parent 9bdd8d0 commit d61ea62

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ $(PACKAGE_DIR)/$(HTMLTOOLS_WHEEL): $(PYBIN) $(PACKAGE_DIR)/py-htmltools
211211
$(PACKAGE_DIR)/$(SHINY_WHEEL): $(PYBIN) $(PACKAGE_DIR)/py-shiny
212212
# Remove any old copies of the package
213213
rm -f $(PACKAGE_DIR)/shiny*.whl
214-
$(PYBIN)/pip install -r $(PACKAGE_DIR)/py-shiny/requirements-dev.txt
215-
$(PYBIN)/pip install -e $(PACKAGE_DIR)/py-shiny
214+
$(PYBIN)/pip install -e $(PACKAGE_DIR)/py-shiny[dev,docs,test]
216215
. $(PYBIN)/activate && cd $(PACKAGE_DIR)/py-shiny && make dist && mv dist/*.whl ../
217216

218217
$(PACKAGE_DIR)/$(SHINYWIDGETS_WHEEL): $(PYBIN) $(PACKAGE_DIR)/py-shinywidgets

packages/py-shiny

packages/py-shinywidgets

shinylive_lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"shiny": {
1717
"name": "shiny",
18-
"version": "0.2.7.9000",
19-
"filename": "shiny-0.2.7.9000-py3-none-any.whl",
18+
"version": "0.2.8",
19+
"filename": "shiny-0.2.8-py3-none-any.whl",
2020
"sha256": null,
2121
"url": null,
2222
"depends": [

0 commit comments

Comments
 (0)