Skip to content

Commit 529f371

Browse files
committed
Move py-shinylive github install to pyproject
1 parent 6142df3 commit 529f371

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,8 @@ ci-install-deps: FORCE
220220

221221
install-docs: FORCE
222222
pip install -e ".[dev,test,doc]"
223-
pip install https://github.com/posit-dev/py-shinylive/tarball/main
224223
ci-install-docs: FORCE
225224
uv pip install -e ".[dev,test,doc]"
226-
uv pip install "shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
227225

228226
ci-install-rsconnect: FORCE
229227
uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ doc = [
118118
"jupyter",
119119
"jupyter_client < 8.0.0",
120120
"tabulate",
121-
"shinylive",
121+
"shinylive@git+https://github.com/posit-dev/py-shinylive.git",
122122
"pydantic>=2.7.4",
123123
"quartodoc>=0.7.6",
124124
"griffe>=1.1.1",

0 commit comments

Comments
 (0)