Skip to content

Commit

Permalink
[FIX] Replace PIL by pillow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Portier (Therp BV) committed Apr 6, 2016
1 parent f97227f commit b2e48ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def py2exe_options():
'mock',
'openerp',
'openid',
'PIL',
'pillow',
'poplib',
'psutil',
'python-chart',
Expand Down Expand Up @@ -125,7 +125,7 @@ def py2exe_options():
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'mako',
'mock',
'PIL', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'pillow', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'psutil', # windows binary code.google.com/p/psutil/downloads/list
'psycopg2 >= 2.2',
'python-chart',
Expand Down

0 comments on commit b2e48ad

Please sign in to comment.