From 71a628f82da4bbaf413a50f6becdaf24b8c80665 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 11 Mar 2022 19:58:12 +0300 Subject: [PATCH] Update requirements (#296) --- README.md | 2 +- plugins/doc_fragments/mysql.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cafd510..9eec168 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Every voice is important and every idea is valuable. If you have something on yo - mysql 5.7.31 - mysql 8.0.22 -- mariadb 10.2.37 +- mariadb 10.3.34 - mariadb 10.5.9 ### Database connectors diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index b7a9152..9cc5bce 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -71,7 +71,8 @@ options: type: bool version_added: '1.1.0' requirements: - - PyMySQL (Python 2.7 and Python 3.X), or + - mysqlclient (Python 3.5+) or + - PyMySQL (Python 2.7 and Python 3.x) or - MySQLdb (Python 2.x) notes: - Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host.