We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mariadb
extras_require
1 parent a2b0c62 commit 6f6f974Copy full SHA for 6f6f974
3 files changed
docs/News.rst
@@ -14,6 +14,8 @@ Build
14
* Change URLs for ``oursql`` in ``extras_require`` in ``setup.py``.
15
Provide separate URLs for Python 2.7 and 3.4+.
16
17
+* Add ``mariadb`` in ``extras_require`` in ``setup.py``.
18
+
19
SQLObject 3.9.0
20
===============
21
docs/download.rst
@@ -63,7 +63,7 @@ MySQL
63
^^^^^
64
65
mysql (installs MySQL-python for Python 2.7 and mysqlclient for Python 3.4+)
66
-mysql-connector oursql pymysql
+mysql-connector oursql pymysql mariadb
67
68
ODBC
69
^^^^
setup.py
@@ -120,6 +120,7 @@
120
'oursql:python_version>="3.4"': [
121
'oursql3 @ git+https://github.com/sqlobject/oursql.git@py3k'],
122
'pymysql': ['pymysql'],
123
+ 'mariadb': ['mariadb'],
124
# ODBC
125
'odbc': ['pyodbc'],
126
'pyodbc': ['pyodbc'],
0 commit comments