Skip to content

Commit

Permalink
Merge pull request #172 from posit-dev/updates-for-pyproject-toml
Browse files Browse the repository at this point in the history
Update to dev shiny and htmltools
  • Loading branch information
cpsievert authored Aug 28, 2024
2 parents 6b5abf0 + 78b86a0 commit 712d568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SHINYLIVE_DIR = ./_shinylive
# the packages to be loadable first, which isn't possible without their
# dependencies being installed first.
HTMLTOOLS_VERSION = $(shell grep '^__version__ = ' $(PACKAGE_DIR)/py-htmltools/htmltools/__init__.py | sed -E -e 's/^__version__ = "(.*)"/\1/')
SHINY_VERSION = $(shell grep '^__version__ = ' $(PACKAGE_DIR)/py-shiny/shiny/__init__.py | sed -E -e 's/^__version__ = "(.*)"/\1/')
SHINY_VERSION = $(shell grep '^__version__ = ' $(PACKAGE_DIR)/py-shiny/shiny/_version.py | sed -E "s/.*['\"]([^'\"]+)['\"]/\1/")
SHINYWIDGETS_VERSION = $(shell grep '^__version__ = ' $(PACKAGE_DIR)/py-shinywidgets/shinywidgets/__init__.py | sed -E -e 's/^__version__ = "(.*)"/\1/')
FAICONS_VERSION = $(shell grep '^__version__ = ' $(PACKAGE_DIR)/py-faicons/faicons/__init__.py | sed -E -e 's/^__version__ = "(.*)"/\1/')

Expand Down
2 changes: 1 addition & 1 deletion packages/py-htmltools
Submodule py-htmltools updated 0 files
2 changes: 1 addition & 1 deletion packages/py-shiny
Submodule py-shiny updated 226 files

0 comments on commit 712d568

Please sign in to comment.