6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "alanhamlett";
13 repo = "pip-update-requirements";
14 rev = "refs/tags/${version}";
15 hash = "sha256-W6otdj1C3Nn3DUvwp9MPqMo2y4ITqgYrqlW/uxIj2YA=";
18 propagatedBuildInputs = with python3.pkgs; [
22 nativeCheckInputs = with python3.pkgs; [
26 pythonImportsCheck = [
31 description = "Python library for update and track the requirements";
33 homepage = "https://github.com/alanhamlett/pip-update-requirements";
34 changelog = "https://github.com/alanhamlett/pip-update-requirements/blob/${version}/HISTORY.rst";
35 license = with licenses; [ bsd2 ];
36 maintainers = with maintainers; [ fab ];