1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

chore: Update pyproject.toml with pyyaml dependency

This commit is contained in:
wlinator 2024-07-16 14:40:15 -04:00
parent 0238d3c3ad
commit ecd3c5d14e
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -1085,4 +1085,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "05bdffd7748dafbb7952857120cdf3cdc41ac9faa8ab8985cabb73c766cbed8b"
content-hash = "bfcd06ad073bbdf00a8b37ce2297f87380dbd58c59283525bad3908a17269475"

View file

@ -19,6 +19,7 @@ pyright = "^1.1.371"
python = "^3.12"
pytz = "^2024.1"
ruff = "^0.5.2"
pyyaml = "^6.0.1"
[build-system]
build-backend = "poetry.core.masonry.api"