python311Packages.aw-core: relax deps

This commit is contained in:
Nick Cao
2024-01-10 17:12:02 -05:00
parent 1bd03328df
commit 1f6379feaf
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pythonRelaxDepsHook
, poetry-core
, jsonschema
, peewee
@@ -34,6 +35,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
@@ -48,6 +50,11 @@ buildPythonPackage rec {
timeslot
];
pythonRelaxDeps = [
"platformdirs"
"iso8601"
];
nativeCheckInputs = [
pytestCheckHook
];