[imp] add mx and pytz to the list of required modules

bzr revid: xmo@tinyerp.com-20091212155306-nb963a9wkh1w23io
This commit is contained in:
Xavier Morel 2009-12-12 16:53:06 +01:00
parent 0a03e0495d
commit 5f2c53c0af
1 changed files with 2 additions and 0 deletions

View File

@ -53,9 +53,11 @@ py_short_version = '%s.%s' % sys.version_info[:2]
required_modules = [
('lxml', 'lxml module: pythonic libxml2 and libxslt bindings'),
('mx', "egenix's mx library for its extended DateTime module"),
('psycopg2', 'PostgreSQL module'),
('pychart', 'pychart module'),
('pydot', 'pydot module'),
('pytz', 'Timezone handling library for Python'),
('reportlab', 'reportlab module'),
]