mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-14 15:54:04 +02:00
Add requirements-locked.txt for WebApp (#897)
This commit is contained in:
parent
99cbe75f30
commit
a47f7ce49f
2 changed files with 78 additions and 1 deletions
2
.github/workflows/deploy-webapp.yml
vendored
2
.github/workflows/deploy-webapp.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
77
webapp/requirements-locked.txt
Normal file
77
webapp/requirements-locked.txt
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue