diff --git a/.github/workflows/deploy-webapp.yml b/.github/workflows/deploy-webapp.yml index 629902b5..51cbab81 100644 --- a/.github/workflows/deploy-webapp.yml +++ b/.github/workflows/deploy-webapp.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dependencies run: | - pip install -r webapp/requirements.txt + pip install -r webapp/requirements-locked.txt - name: Build the WebAssembly app run: | diff --git a/webapp/requirements-locked.txt b/webapp/requirements-locked.txt new file mode 100644 index 00000000..e965a1b5 --- /dev/null +++ b/webapp/requirements-locked.txt @@ -0,0 +1,77 @@ +# +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: +# +# pip-compile --output-file=requirements-locked.txt requirements.txt +# +anyio==4.2.0 + # via + # starlette + # watchfiles +appdirs==1.4.4 + # via + # shiny + # shinylive +asgiref==3.7.2 + # via shiny +astral==2.2 + # via -r requirements.txt +click==8.1.7 + # via + # shiny + # shinylive + # uvicorn +h11==0.14.0 + # via uvicorn +htmltools==0.5.1 + # via + # shiny + # shinyswatch +idna==3.6 + # via anyio +linkify-it-py==2.0.2 + # via shiny +markdown-it-py==3.0.0 + # via + # mdit-py-plugins + # shiny +mdit-py-plugins==0.4.0 + # via shiny +mdurl==0.1.2 + # via markdown-it-py +packaging==23.2 + # via + # htmltools + # shinyswatch +python-multipart==0.0.6 + # via shiny +pytz==2023.3.post1 + # via astral +shiny==0.5.0 + # via + # -r requirements.txt + # shinylive + # shinyswatch +shinylive==0.1.1 + # via -r requirements.txt +shinyswatch==0.3.1 + # via -r requirements.txt +sniffio==1.3.0 + # via anyio +starlette==0.34.0 + # via shiny +typing-extensions==4.9.0 + # via + # htmltools + # shiny + # shinyswatch +uc-micro-py==1.0.2 + # via linkify-it-py +uvicorn==0.25.0 + # via shiny +watchfiles==0.21.0 + # via shiny +websockets==12.0 + # via shiny +xstatic-bootswatch==3.3.7.0 + # via shinyswatch