Skip to content

Commit

Permalink
Remove PyYAML from the "serve" extras group
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
rlaphoenix committed Dec 22, 2023
1 parent 25e0352 commit 94f8eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94f8eba

Please sign in to comment.