Skip to content

Commit e825e97

Browse files
committed
[IMP] setup.py: add dependency on jinja2
bzr revid: [email protected]
1 parent 90c0eea commit e825e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def py2exe_options():
6262
"skip_archive": 1,
6363
"optimize": 2,
6464
"dist_dir": 'dist',
65-
"packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", ],
65+
"packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "Jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", ],
6666
"excludes" : ["Tkconstants","Tkinter","tcl"],
6767
}
6868
}
@@ -106,6 +106,7 @@ def py2exe_options():
106106
'docutils',
107107
'feedparser',
108108
'gdata',
109+
'Jinja2',
109110
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
110111
'mako',
111112
'mock',

0 commit comments

Comments
 (0)