Skip to content

Commit

Permalink
Add requirements-locked.txt for WebApp
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 6, 2024
1 parent 99cbe75 commit 8513a70
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
77 changes: 77 additions & 0 deletions webapp/requirements-locked.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8513a70

Please sign in to comment.