~openerp/openobject-server/web-dashboard

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Olivier Dony
  • Date: 2010-05-18 14:36:28 UTC
  • Revision ID: odo@openerp.com-20100518143628-ow56wyci1owcrg3c
[ADD] added dependency on pywebdav in trunk server for packaging of document_webdav

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    ('pytz', 'Timezone handling library for Python'),
61
61
    ('reportlab', 'reportlab module'),
62
62
    ('yaml', 'YAML parser and emitter for Python'),
 
63
    ('pywebdav', 'PyWebDAV is a standards compliant WebDAV server and library written in Python'),
63
64
]
64
65
 
65
66
def check_modules():
180
181
                     "lxml.objectify", "decimal", "xml", "encodings",
181
182
                     "dateutil", "wizard", "pychart", "PIL", "pyparsing",
182
183
                     "pydot", "asyncore","asynchat", "reportlab", "vobject",
183
 
                     "HTMLParser", "select", "yaml"],
 
184
                     "HTMLParser", "select", "yaml", "pywebdav"],
184
185
        "excludes" : ["Tkconstants","Tkinter","tcl"],
185
186
    }
186
187
}