6 , djangorestframework-simplejwt
8 , unittest-xml-reporting
11 buildPythonPackage rec {
12 pname = "dj-rest-auth";
15 src = fetchFromGitHub {
17 repo = "dj-rest-auth";
19 sha256 = "sha256-1oxkl7MJ2wIhcHlgxnCtj9Cp8o1puzNWs+vlMyi+3RM=";
23 substituteInPlace setup.py \
24 --replace "coveralls>=1.11.1" "" \
28 propagatedBuildInputs = [
34 djangorestframework-simplejwt
36 unittest-xml-reporting
39 pythonImportsCheck = [ "dj_rest_auth" ];
42 description = "Authentication for Django Rest Framework";
43 homepage = "https://github.com/iMerica/dj-rest-auth";
44 license = licenses.mit;
45 maintainers = with maintainers; [ SuperSandro2000 ];