From 862bee139632d59930d8cc50a4eedc563764e075 Mon Sep 17 00:00:00 2001 From: wgbbiao Date: Sat, 27 May 2017 12:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e14512d87..9224f94a9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,9 @@ 'django-crispy-forms>=1.6.0', 'django-reversion>=2.0.0', 'django-formtools>=1.0', - 'httplib2==0.9.2' + 'httplib2==0.9.2', + 'future', + 'six' ], extras_require={ 'Excel': ['xlwt', 'xlsxwriter'],