summaryrefslogtreecommitdiffstats
path: root/libraries/SQLObject/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r--libraries/SQLObject/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README
index af1e00c8f0..a726dfb801 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