diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:40:31 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:46 -0500 |
commit | 4c6eed60edf3cbdb919c1fe4465f8e5273f5c254 (patch) | |
tree | e138a09acd532e911e1ac328bbad884175433714 /libraries/SQLObject | |
parent | 850780ddad64da73d934d9acab2ddc0646f3e596 (diff) |
libraries/SQLObject: Fixed dep info
Diffstat (limited to 'libraries/SQLObject')
-rw-r--r-- | libraries/SQLObject/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README index 5b10134c3715d..934ab281bdcc5 100644 --- a/libraries/SQLObject/README +++ b/libraries/SQLObject/README @@ -7,8 +7,6 @@ provides substantial database independence for applications. Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB). -docutils is an optional dependency used to build html docs. - NOTE: SQLObject checks for supported databases at run time. You can use the MySQL-python and psycopg2 (MySQL and PostrgreSQL support, respectively) optional dependencies. For SQLite, SQLObject can |