Skip to content

Commit

Permalink
[FIX] packaging: add missing libsass package
Browse files Browse the repository at this point in the history
Since the move from less to sass, packages were broken due to a missing
dependency in setup.py.

I missed that in bf3193a
  • Loading branch information
d-fence committed Apr 23, 2018
1 parent fef9490 commit 6fc0032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def py2exe_options():
'html2text',
'Jinja2',
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'libsass',
'mako',
'mock',
'ofxparse',
Expand Down

0 comments on commit 6fc0032

Please sign in to comment.