From 8bcca4b135467079cc7d9ee87365ec7dbe7c7bcd Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 2 Jul 2024 08:26:14 +0200 Subject: [PATCH] Update README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 2678f314..1beed4a8 100644 --- a/README.md +++ b/README.md @@ -122,17 +122,10 @@ For MariaDB, only Long Term releases are tested. - pymysql 0.7.11 (Only tested with MySQL 5.7) - pymysql 0.9.3 - pymysql 1.0.2 (only collection version >= 3.6.1) -- mysqlclient 2.0.1 -- mysqlclient 2.0.3 (only collection version >= 3.5.2) -- mysqlclient 2.1.1 (only collection version >= 3.5.2) ## External requirements -The MySQL modules rely on a MySQL connector. The list of supported drivers is below: - -- [PyMySQL](https://github.com/PyMySQL/PyMySQL) -- [mysqlclient](https://github.com/PyMySQL/mysqlclient) -- Support for other Python MySQL connectors may be added in a future release. +The MySQL modules rely on a [PyMySQL](https://github.com/PyMySQL/PyMySQL) connector. ## Using this collection