8 buildPythonPackage rec {
9 pname = "django-types";
14 pname = "django_types";
16 hash = "sha256-WueYhhLPb7w1ewGLvDs6h4tl4EJ1zEbg011mpwja/xI=";
23 propagatedBuildInputs = [
28 description = "Type stubs for Django";
29 homepage = "https://github.com/sbdchd/django-types";
30 license = licenses.mit;
31 maintainers = with maintainers; [ thubrecht ];