[FIX] Packaging: Windows: pychart dependency

In 988baeb533, the pychart dependency has been updated for all distributions,
to use the python-chart library available with pip. However, for Windows, this
dependency should stay pychart as we do not use pypi to generate the Windows binary.
This commit is contained in:
Aaron Bohy 2015-07-07 08:16:40 +02:00
parent 374dacf5e6
commit a2650bdae2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def py2exe_options():
'PIL',
'poplib',
'psutil',
'python-chart',
'pychart',
'pydot',
'pyparsing',
'pyPdf',