Add django-taggit-serializer to requirements

This commit is contained in:
Jeremy Stretch 2018-08-02 15:14:54 -04:00
parent 0b47c2dfcd
commit 5d9051612f
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ django-filter==1.1.0
django-mptt
django-tables2
django-taggit
django-taggit-serializer
django-timezone-field
# https://github.com/encode/django-rest-framework/issues/6053
djangorestframework==3.8.1

View File

@ -5,6 +5,7 @@ django-filter==1.1.0
django-mptt==0.9.1
django-tables2==1.21.2
django-taggit==0.22.2
django-taggit-serializer==0.1.7
django-timezone-field==2.1
djangorestframework==3.8.1
drf-yasg[validation]==1.9.1