Adding taggit to the dependencies

This commit is contained in:
2020-08-27 17:00:41 +02:00
parent 78f0e80136
commit 8198c43451
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ django = "*"
easy-thumbnails = "*"
image = "*"
django-widget-tweaks = "*"
django-svg-icons = "*"
django-taggit = "*"
# Commented out to not explicitly specify Python 3 subversion.
# [requires]