Skip to content

Commit a705f9a

Browse files
authored
Merge pull request #15 from ThinkR-open/deploy-with-shinylive
Deploy with shinylive
2 parents bea331d + d972c5a commit a705f9a

File tree

75 files changed

+93476
-706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+93476
-706
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ repos:
33
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
6+
exclude: ^site/
67
- id: end-of-file-fixer
7-
exclude: ^signature/css/signature.css.map
8+
exclude: ^signature/css/signature.css.map|^site/
89
- id: check-yaml
910
- id: check-added-large-files
10-
exclude: ^signature/assets/current_banner.png
11+
exclude: ^signature/assets/current_banner.png|^site/
1112

1213
- repo: https://github.com/astral-sh/ruff-pre-commit
1314
rev: v0.5.1

index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

poetry.lock

Lines changed: 821 additions & 601 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "signature"}]
99
[tool.poetry.dependencies]
1010
python = "^3.12"
1111
wheel = "^0.43.0"
12-
shiny = "1.0.0"
12+
shiny = "^1.2.1"
1313
pre-commit = "^3.7.1"
1414
pytest = "^8.2.2"
1515
asyncio = "^3.4.3"
@@ -19,8 +19,9 @@ jinja2 = "^3.1.4"
1919
rsconnect-python = "^1.24.0"
2020
pytest-github-report = "^0.0.1"
2121
poethepoet = "^0.27.0"
22-
htmltools = "^0.5.3"
22+
htmltools = "^0.6.0"
2323
pytest-playwright = "^0.5.1"
24+
shinylive = "^0.7.3"
2425

2526

2627
[build-system]

signature/assets/current_banner.png

-1.13 MB
Binary file not shown.

signature/assets/icons/github.png

-7.47 KB
Binary file not shown.

signature/assets/icons/linkedin.png

-11.2 KB
Binary file not shown.

signature/assets/icons/twitch.png

-5.55 KB
Binary file not shown.

signature/assets/icons/twitter.png

-17 KB
Binary file not shown.

signature/assets/icons/youtube.png

-4.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)