python312Packages.qcs-api-client: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 09:32:43 +02:00
parent 41fbf1d542
commit eb55f6a8be

View File

@ -50,12 +50,15 @@ buildPythonPackage rec {
"pydantic" "pydantic"
]; ];
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
attrs attrs
httpx httpx
iso8601 iso8601