11 buildPythonPackage rec {
12 pname = "requirements-detector";
16 src = fetchFromGitHub {
17 owner = "landscapeio";
20 sha256 = "1sfmm7daz0kpdx6pynsvi6qlfhrzxx783l1wb69c8dfzya4xssym";
23 propagatedBuildInputs = [
36 description = "Python tool to find and list requirements of a Python project";
37 homepage = "https://github.com/landscapeio/requirements-detector";
38 license = lib.licenses.mit;
39 maintainers = with lib.maintainers; [