[FIX] replaced last mx package reference in setup.py by dateutil reference

bzr revid: rvalyi@gmail.com-20100201125901-1xgcilmb3rrildeo
This commit is contained in:
Raphaël Valyi 2010-02-01 10:59:01 -02:00
parent b53e15b576
commit 855d0fc82f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ py_short_version = '%s.%s' % sys.version_info[:2]
required_modules = [
('lxml', 'lxml module: pythonic libxml2 and libxslt bindings'),
('mako', 'Mako template engine'),
('mx', "egenix's mx library for its extended DateTime module"),
('dateutil', "Labix powerful extensions to the standard datetime module"),
('psycopg2', 'PostgreSQL module'),
('pychart', 'pychart module'),
('pydot', 'pydot module'),