瀏覽代碼

Requirements: Replace MySQL-python with mysqlclient

https://pypi.org/project/mysqlclient/
cclauss 6 年之前
父節點
當前提交
d8c77e9794
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      requirements/prod.txt

+ 2 - 1
requirements/prod.txt

@@ -16,7 +16,8 @@ flask-socketio==3.0.2
 Flask-SQLAlchemy==2.2
 psycopg2==2.7.1
 SQLAlchemy==1.1.9
-MySQL-python==1.2.5
+# MySQL-python==1.2.5
+mysqlclient==1.3.13
 marshmallow==2.13.5
 
 # Migrations