6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
11 owner = "alanhamlett";
12 repo = "pip-update-requirements";
13 rev = "refs/tags/${version}";
14 hash = "sha256-JAjz9A9r1H6MJX7MSq7UvQKfULhB9UuPP3tI6Cggx9I=";
17 propagatedBuildInputs = [
22 python3.pkgs.pytestCheckHook
25 pythonImportsCheck = [ "pur" ];
28 description = "Python library for update and track the requirements";
29 homepage = "https://github.com/alanhamlett/pip-update-requirements";
30 license = with licenses; [ bsd2 ];
31 maintainers = with maintainers; [ fab ];