Replace vnflcm mysql connector with PyMySQL.
[vfc/gvnfm/vnflcm.git] / lcm / requirements.txt
index 07ea566..b20fefc 100644 (file)
@@ -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