# required packages
gcc
libpulse-dev
build-essential
git
make

# these packages are required by python-docx, which depends on lxml
# and requires these things
python-dev
libxml2-dev
libxslt1-dev

# parse word documents
antiword

# ubuntu 14.04 requires this in addition to libxml2-dev and
# libxslt1-dev for compiling lxml.
# https://github.com/deanmalmgren/textract/issues/19
zlib1g-dev
