Add the dependencies

bzr revid: stephane@tinyerp.com-20081114150932-spftitvmm4vnv1gp
This commit is contained in:
Stephane Wirtel 2008-11-14 16:09:32 +01:00
parent 3dae09ac14
commit b71edc84a3
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@ required_modules = [
('psycopg', 'PostgreSQL module'),
('xml', 'XML Tools for python'),
('libxml2', 'libxml2 python bindings'),
('libxslt', 'libxslt python bindings')
('libxslt', 'libxslt python bindings'),
('reportlab', 'reportlab module'),
('pychart', 'pychart module'),
('pydot', 'pydot module'),
]
def check_modules():