Unverified Commit 1f6379fe authored by Nick Cao's avatar Nick Cao
Browse files

python311Packages.aw-core: relax deps

parent 1bd03328
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
  ];