9 buildPythonPackage rec {
10 pname = "django-types";
15 pname = "django_types";
17 hash = "sha256-WueYhhLPb7w1ewGLvDs6h4tl4EJ1zEbg011mpwja/xI=";
20 nativeBuildInputs = [ poetry-core ];
22 propagatedBuildInputs = [ types-psycopg2 ];
25 description = "Type stubs for Django";
26 homepage = "https://github.com/sbdchd/django-types";
27 license = licenses.mit;