From 9a6d20b6ecaaff9aeeb549e4899f1070a185d5a5 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 23 Aug 2016 23:00:55 +0800 Subject: [PATCH] Modify requirement: add some module --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f4137fba9..a0d9dcf1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ -django==1.10 -pillow -django-bootstrap-form \ No newline at end of file +Django==1.10 +django-bootstrap-form==3.2.1 +djangorestframework==3.4.5 +ForgeryPy==0.1 +Pillow==3.3.0 \ No newline at end of file