From 2a69e2e42887829229d430c4f8c18720eab38450 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Tue, 10 Nov 2020 10:12:14 +0100 Subject: [PATCH] Added django-imagefield dependency. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 76a1c1f..8501cd9 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( install_requires=[ # 'django>=1.11', commented out to make `pip install -U` easier 'django-shared-utils', + 'django-imagefield', ], dependency_links=[ 'git+https://github.com/sha-red/django-content-plugins.git#egg=django-content-plugins',