Use MIT PyMySQL to replace GPL MySQL-Python
Change-Id: I970a7f42b4410ddf337b377f714ef75ce94a6712
Issue-ID: VFC-786
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+
+import pymysql
+
+pymysql.install_as_MySQLdb()
 
 djangorestframework==3.7.7
 
 # for access MySQL
-MySQL-python==1.2.5
+PyMySQL==0.7.11
 
 # redis cache
 redis==2.10.5