Skip to content

Commit

Permalink
Added dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Oct 31, 2016
1 parent 72d62d8 commit 61d8feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"py2exe": {
"packages": ["modules", "ext.dns", "sflib", "sfwebui", "sfdb", "mako",
"cherrypy", "M2Crypto", "netaddr", "ext.socks", "ext.pyPdf",
"ext.metapdf", "ext.openxmllib", "ext.stem"],
"ext.metapdf", "ext.openxmllib", "ext.stem",
"ext.phonenumbers", "ext.gexf", "ext.bs4" ],
"bundle_files": 1,
"compressed": True,
"includes": ['lxml._elementpath']
Expand Down

0 comments on commit 61d8feb

Please sign in to comment.