Commit 27efe90b authored by Kazuhiko's avatar Kazuhiko

switch to a maintained fork of MySQL-python

parent 4da475b3
......@@ -46,7 +46,7 @@ setup(name=name,
'netifaces',
] + additional_install_requires,
extras_require = {
'lampconfigure': ["mysql-python"], #needed for MySQL Database access
'lampconfigure': ["mysqlclient"], #needed for MySQL Database access
'zodbpack': ['ZODB3'], # needed to play with ZODB
'agent': ['erp5.util'],
'flask_auth' : ["Flask-Auth"],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment