From eac7ae75bc674379b60aaa49a653256f82e22a32 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Sat, 3 Mar 2018 10:59:26 +0800 Subject: Fix GPL license problems for vfc-nfvo-catalog Change Mysql connector to PyMySQL Change-Id: I30482af9aa12c3a9249259fa3cff213f79d2d283 Issue-ID: VFC-787 Signed-off-by: fujinhua --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8442b511..97575326 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.9 djangorestframework==3.7.7 # for access MySQL -MySQL-python==1.2.5 +PyMySQL==0.7.11 # redis cache redis==2.10.5 -- cgit 1.2.3-korg