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', ], )