url preview: Add python-magic dependency for content-type sniffing.

This commit is contained in:
Puneeth Chaganti
2019-05-05 08:58:13 +05:30
committed by Tim Abbott
parent bc2ebd0f09
commit 0884764421
5 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ VENV_DEPENDENCIES = [
"libxslt1-dev", # Used for installing talon
"libpq-dev", # Needed by psycopg2
"libssl-dev", # Needed to build pycurl and other libraries
"libmagic1", # Used for install python-magic
# This is technically a node dependency, but we add it here
# because we don't have another place that we install apt packages