python311Packages.intellifire4py: fix deps

This commit is contained in:
Martin Weinelt
2024-03-17 20:06:58 +01:00
parent ad9c358a66
commit c4e3132698
@@ -2,7 +2,8 @@
, aenum
, buildPythonPackage
, fetchFromGitHub
, httpx
, aiohttp
, aioresponses
, poetry-core
, pydantic
, pytest-asyncio
@@ -31,13 +32,14 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
aiohttp
aenum
httpx
pydantic
rich
];
nativeCheckInputs = [
aioresponses
pytest-asyncio
pytest-httpx
pytestCheckHook