diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-03 10:50:56 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-03 10:50:56 +0800 |
commit | 1fbb8a2482d0cb7030becdd58820b2c9fa7f02fa (patch) | |
tree | c41927876b0265c4a8b0ff9037754a552f32b953 /requirements.txt | |
parent | f736ce533c5cc6067af601bf8cde596a909c3e9f (diff) |
Fix GPL license problems for vfc-nfvo-lcm
Change Mysql connector to PyMySQL
Change-Id: Idc7912dc240678e9b30c9cbbdb28a9bc73298019
Issue-ID: VFC-787
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 74390f45..687b38fe 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 |