mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Use uv pip compile
This commit is contained in:
parent
4739863fb2
commit
c12b54e265
1 changed files with 26 additions and 8 deletions
|
|
@ -1,9 +1,5 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=requirements-locked.txt requirements.txt
|
||||
#
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --output-file=requirements-locked.txt requirements.txt
|
||||
anyio==4.7.0
|
||||
# via
|
||||
# starlette
|
||||
|
|
@ -16,11 +12,15 @@ asgiref==3.8.1
|
|||
# via shiny
|
||||
astral==2.2
|
||||
# via -r requirements.txt
|
||||
chevron==0.14.0
|
||||
# via shinylive
|
||||
click==8.1.7
|
||||
# via
|
||||
# shiny
|
||||
# shinylive
|
||||
# uvicorn
|
||||
future==1.0.0
|
||||
# via lzstring
|
||||
h11==0.14.0
|
||||
# via uvicorn
|
||||
htmltools==0.6.0
|
||||
|
|
@ -31,6 +31,8 @@ idna==3.10
|
|||
# via anyio
|
||||
linkify-it-py==2.0.3
|
||||
# via shiny
|
||||
lzstring==1.0.4
|
||||
# via shinylive
|
||||
markdown-it-py==3.0.0
|
||||
# via
|
||||
# mdit-py-plugins
|
||||
|
|
@ -39,14 +41,29 @@ mdit-py-plugins==0.4.2
|
|||
# via shiny
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
narwhals==1.15.2
|
||||
# via shiny
|
||||
orjson==3.10.12
|
||||
# via shiny
|
||||
packaging==24.2
|
||||
# via
|
||||
# htmltools
|
||||
# shiny
|
||||
# shinyswatch
|
||||
prompt-toolkit==3.0.36
|
||||
# via
|
||||
# questionary
|
||||
# shiny
|
||||
python-multipart==0.0.19
|
||||
# via shiny
|
||||
pytz==2024.2
|
||||
# via astral
|
||||
questionary==2.0.1
|
||||
# via shiny
|
||||
setuptools==75.6.0
|
||||
# via
|
||||
# shiny
|
||||
# shinylive
|
||||
shiny==1.2.1
|
||||
# via
|
||||
# -r requirements.txt
|
||||
|
|
@ -64,6 +81,7 @@ typing-extensions==4.12.2
|
|||
# via
|
||||
# htmltools
|
||||
# shiny
|
||||
# shinylive
|
||||
# shinyswatch
|
||||
uc-micro-py==1.0.3
|
||||
# via linkify-it-py
|
||||
|
|
@ -71,7 +89,7 @@ uvicorn==0.32.1
|
|||
# via shiny
|
||||
watchfiles==1.0.0
|
||||
# via shiny
|
||||
wcwidth==0.2.13
|
||||
# via prompt-toolkit
|
||||
websockets==14.1
|
||||
# via shiny
|
||||
xstatic-bootswatch==3.3.7.0
|
||||
# via shinyswatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue