From ecb66b9e717e6ce13bbd8adb812dc69ce3fbf460 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 21 Apr 2014 11:34:02 +0200 Subject: [PATCH] upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29250d8..760a8ae 100755 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ setup( 'simplejson', 'scipy', 'django', - 'jsonfield', 'django-extensions', + 'djangorestframework', ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5