8 buildPythonPackage rec {
9 pname = "django-environ";
13 inherit pname version;
14 hash = "sha256-8yqHqgiZiUwn1OF3b6a0d+gWTtf2s+QQpiptcsqvZL4=";
17 # The testsuite fails to modify the base environment
19 propagatedBuildInputs = [ django six ];
22 description = "Utilize environment variables to configure your Django application";
23 homepage = "https://github.com/joke2k/django-environ/";
24 license = licenses.mit;