diff options
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r-- | libraries/SQLObject/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README index af1e00c8f0e4..a726dfb801f7 100644 --- a/libraries/SQLObject/README +++ b/libraries/SQLObject/README @@ -7,7 +7,8 @@ provides substantial database independence for applications. Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB). -NOTE: Requires pysetuptools and FormEncode +This requires pysetuptools and FormEncode. Also, docutils, if installed, +is used to build html docs at build time, but that is optional. NOTE: SQLObject checks for supported databases at run time. Following Python modules are needed for the actual databases: MySQLdb |