From: Frédéric Péters Date: Thu, 14 Nov 2019 10:03:51 +0000 (+0100) Subject: declare django-select2/xstatic-select2 dependencies X-Git-Tag: v2021~36 X-Git-Url: https://git.0d.be/?p=django-panik-combo.git;a=commitdiff_plain;h=c319d845b065d13953d577d6bdf7bf0a8c79cc64 declare django-select2/xstatic-select2 dependencies --- 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',