1 { python3Packages, fetchFromGitHub }:
5 in python3Packages.buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "OceanSprint";
15 hash = "sha256-GIwg7Cv7tkLu81dmKT65c34eeVnRR5MIYfNwTE7j2Vs=";
18 checkInputs = [ python3Packages.pytest ];
19 nativeBuildInputs = [ python3Packages.poetry-core ];
20 propagatedBuildInputs = with python3Packages; [ click pexpect ];