python311Packages.qcs-api-client: adjust inputs

This commit is contained in:
Fabian Affolter 2024-01-26 21:01:10 +01:00
parent a3cdc83dbf
commit ccb6245ff1

View file

@ -6,7 +6,7 @@
, httpx
, iso8601
, poetry-core
, pydantic
, pydantic_1
, pyjwt
, pytest-asyncio
, pytestCheckHook
@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.23.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@ -46,6 +46,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"attrs"
"httpx"
"iso8601"
];
nativeBuildInputs = [
@ -57,7 +58,7 @@ buildPythonPackage rec {
attrs
httpx
iso8601
pydantic
pydantic_1
pyjwt
python-dateutil
retrying