python3Packages.youtubeaio: fix version in pyproject.toml
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pydantic,
|
||||
yarl,
|
||||
aresponses,
|
||||
pyprojectVersionPatchHook,
|
||||
pytest-asyncio,
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
@@ -27,6 +28,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pydantic
|
||||
|
||||
Reference in New Issue
Block a user