diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-10-25 11:05:38 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-10-27 09:11:33 +0100 |
| commit | 7f089ac2e3e6a7f4b2b41085a37d35e074fad805 (patch) | |
| tree | a5726959ea45fe6be0073b3b90cc62fca4f4bdad /tests/requirements | |
| parent | 695956376ff09b0d6fd5c438f912b9eb05459145 (diff) | |
Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
Thanks Corey Farwell for the report and Tim Graham for the review.
Thanks also to Inada Naoki for creating and maintaining mysqlclient.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/mysql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index c7a2347407..18c098ae96 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1 @@ -MySQL-python +mysqlclient |
