diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-02 15:46:53 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-02 15:46:53 +0800 |
commit | 27a934dc57468b6f7574c942062c44c82a40ad72 (patch) | |
tree | 551e80704d784fa37c34b2a136830478fffcb057 /res/requirements.txt | |
parent | b562bfeaa0759dc19d1ccde0c14db460265f8b98 (diff) |
Replace vfc-vnfmgr mysql connector with PyMySQL
Change-Id: I46b5a353f62c3432f17d57f882f05616e2af7f8f
Issue-ID: VFC-786
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/requirements.txt')
-rw-r--r-- | res/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 07ea566..b20fefc 100644 --- a/res/requirements.txt +++ b/res/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 |