From c319d845b065d13953d577d6bdf7bf0a8c79cc64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 14 Nov 2019 11:03:51 +0100 Subject: [PATCH] declare django-select2/xstatic-select2 dependencies --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index e94e158..0418051 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ setup( 'panikombo.migrations', 'gallery', 'gallery.migrations', + 'django-select2', + 'xstatic-select2', ], classifiers=[ 'Development Status :: 4 - Beta', -- 2.39.2