summaryrefslogtreecommitdiffstats
path: root/kilo/requirements.txt
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-02-24 16:33:14 +0800
committerBin Yang <bin.yang@windriver.com>2017-02-24 16:33:14 +0800
commitd3cdec447d691553a1861a8ac8a2b7d0cf61def1 (patch)
tree4cf8b788a265556a02126e7f488e09efe2d6d638 /kilo/requirements.txt
parent35d4472ca6d22cebe2f0d2b81fc5179898a1fd61 (diff)
Remove dependency on mysql
Change-Id: I9bbecf8e22b1ee59ab8d80d808c4e8f0bd1a7421 Issue-Id: MULTIVIM-48 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'kilo/requirements.txt')
-rw-r--r--kilo/requirements.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/kilo/requirements.txt b/kilo/requirements.txt
index 25904796..6d58957b 100644
--- a/kilo/requirements.txt
+++ b/kilo/requirements.txt
@@ -2,9 +2,6 @@
Django==1.9.6
djangorestframework==3.3.3
-# for access MySQL
-MySQL-python==1.2.5
-
# redis cache
redis==2.10.5