Added typed-pyyaml to dev dependency

This commit is contained in:
Christoph Stahl 2024-09-15 22:28:33 +02:00
parent 411ccdd2c9
commit c78169d669
2 changed files with 661 additions and 582 deletions

1241
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,7 @@ alt-profanity-check = {version = "^1.4.1", optional = true}
client = ["minio", "mutagen", "pillow", "customtkinter", "qrcode", client = ["minio", "mutagen", "pillow", "customtkinter", "qrcode",
"pymediainfo", "pyyaml", "tkcalendar", "tktimepicker", "platformdirs", "pymediainfo", "pyyaml", "tkcalendar", "tktimepicker", "platformdirs",
"packaging"] "packaging"]
dev = ["types-pillow", "types-pillow", "mypy"] dev = ["types-pillow", "types-pyyaml", "mypy"]
server = ["alt-profanity-check"] server = ["alt-profanity-check"]
[build-system] [build-system]