From dc447548759df85f6479f113bdc13506f5826e38 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 29 Nov 2012 13:59:01 +0100 Subject: [PATCH] =?UTF-8?q?ajoute=20la=20d=C3=A9pendance=20django-ajax-sel?= =?UTF-8?q?ects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ticket #1930 --- requirements | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements b/requirements index 5a8ec60..bfb6801 100644 --- a/requirements +++ b/requirements @@ -10,3 +10,4 @@ flup django-debug-toolbar gunicorn django-model-utils < 1.2.0 +django-ajax-selects < 1.3.0 diff --git a/setup.py b/setup.py index 03c2def..79ae00c 100644 --- a/setup.py +++ b/setup.py @@ -27,5 +27,6 @@ setup(name="Polynum", 'flup', 'psycopg2', 'django-model-utils < 1.2.0', + 'django-ajax-selects < 1.3.0', ], )