parent
25e03529f6
commit
94f8eba960
|
@ -1043,9 +1043,9 @@ idna = ">=2.0"
|
||||||
multidict = ">=4.0"
|
multidict = ">=4.0"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
serve = ["PyYAML", "aiohttp"]
|
serve = ["aiohttp"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8,<4.0"
|
python-versions = ">=3.8,<4.0"
|
||||||
content-hash = "a5a7a83c133ad9ac077f3b610bde9f670840e36330471de63f65e0c0703e5a2f"
|
content-hash = "4c60027ce2b015eebd8f7ce9f54623e291e6ddf812066267b798d13dbd97c274"
|
||||||
|
|
|
@ -54,7 +54,7 @@ isort = "^5.12.0"
|
||||||
ruff = "~0.1.7"
|
ruff = "~0.1.7"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
serve = ["aiohttp", "PyYAML"]
|
serve = ["aiohttp"]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
pywidevine = "pywidevine.main:main"
|
pywidevine = "pywidevine.main:main"
|
||||||
|
|
Loading…
Reference in New Issue