From a1de088f14eca84975404373dc98ae810e0a697c Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 22 May 2014 09:02:51 +0200 Subject: [PATCH] Add requirement on --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 24cd36a..7253484 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'django-extensions', 'djangorestframework', 'south', + 'traits' ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5