From da0e52c117f2e86ffbed29088985744e2cf22850 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Sep 2019 23:04:32 +0100 Subject: [PATCH] Add packaging to Pipfile `drf_yasg` needs `packaging` as per open issue: https://github.com/axnsan12/drf-yasg/issues/412 --- {{cookiecutter.project_slug}}/Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/Pipfile b/{{cookiecutter.project_slug}}/Pipfile index 5ce5df16..7b80e282 100644 --- a/{{cookiecutter.project_slug}}/Pipfile +++ b/{{cookiecutter.project_slug}}/Pipfile @@ -19,6 +19,7 @@ django-bootstrap4 = "~=0.0.8" django-allauth = "~=0.39.1" django-rest-auth = "~=0.9.5" django-extensions = "~=2.1.9" +packaging = "*" drf-yasg = "~=1.16.1" {% if cookiecutter.is_mobile == "y" %} fcm-django = "~=0.2.21"