diff options
Diffstat (limited to 'mgr/requirements.txt')
-rw-r--r-- | mgr/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt index e597d48..6ed7b1b 100644 --- a/mgr/requirements.txt +++ b/mgr/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 |