Fix Shiny WebApp (#1127)

* Use requirements.txt.in

* Include webapp/color_and_brightness.py

* Fix Shiny WebApp

* Install shinylive in CI
This commit is contained in:
Bas Nijholt 2024-12-05 14:35:19 -08:00 committed by GitHub
commit 8fb9493a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 535 additions and 89 deletions

View file

@ -39,7 +39,8 @@ jobs:
- name: Install Dependencies
run: |
pip install -r webapp/requirements-locked.txt
pip install -r webapp/requirements.txt
pip install shinylive
- name: Build the WebAssembly app
run: |