mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
url preview: Add python-magic dependency for content-type sniffing.
This commit is contained in:
committed by
Tim Abbott
parent
bc2ebd0f09
commit
0884764421
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user