Update requirements (#300)

This commit is contained in:
Andrew Klychkov 2022-03-14 14:01:18 +03:00 committed by GitHub
parent fc16243349
commit a516c1a6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View file

@ -66,6 +66,19 @@ Every voice is important and every idea is valuable. If you have something on yo
- 2.11 - 2.11
- devel - devel
### Databases
- mysql 5.7.31
- mysql 8.0.22
- mariadb 10.3.34
- mariadb 10.5.9
### Database connectors
- pymysql 0.7.10
- pymysql 0.9.3
- mysqlclient 2.0.1
## External requirements ## External requirements
The MySQL modules rely on a MySQL connector. The list of supported drivers is below: The MySQL modules rely on a MySQL connector. The list of supported drivers is below:

View file

@ -71,7 +71,8 @@ options:
type: bool type: bool
version_added: '1.1.0' version_added: '1.1.0'
requirements: 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) - MySQLdb (Python 2.x)
notes: notes:
- Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host. - Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host.