Skip to content

Commit

Permalink
Add packaging to Pipfile
Browse files Browse the repository at this point in the history
`drf_yasg` needs `packaging` as per open issue:
axnsan12/drf-yasg#412
  • Loading branch information
danielsousaio committed Sep 27, 2019
1 parent bb96873 commit da0e52c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da0e52c

Please sign in to comment.