Remove PyYAML from the "serve" extras group

Fixes #44
master
rlaphoenix 2023-12-22 10:42:25 +00:00
parent 25e03529f6
commit 94f8eba960
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@ -1043,9 +1043,9 @@ idna = ">=2.0"
multidict = ">=4.0"
[extras]
serve = ["PyYAML", "aiohttp"]
serve = ["aiohttp"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<4.0"
content-hash = "a5a7a83c133ad9ac077f3b610bde9f670840e36330471de63f65e0c0703e5a2f"
content-hash = "4c60027ce2b015eebd8f7ce9f54623e291e6ddf812066267b798d13dbd97c274"

View File

@ -54,7 +54,7 @@ isort = "^5.12.0"
ruff = "~0.1.7"
[tool.poetry.extras]
serve = ["aiohttp", "PyYAML"]
serve = ["aiohttp"]
[tool.poetry.scripts]
pywidevine = "pywidevine.main:main"