python312Packages.qcs-api-client: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 09:32:43 +02:00
parent 41fbf1d542
commit eb55f6a8be
1 changed files with 5 additions and 2 deletions

View File

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