mirror of https://github.com/zulip/zulip.git
zulip_internal::app_frontend: Remove now-unnecessary dependencies.
These Python packages are no longer relevant, since we install all of our Python dependencies via virtualenvs.
This commit is contained in:
parent
e876f12b83
commit
601ab24d2a
|
@ -6,10 +6,6 @@ class zulip_internal::app_frontend {
|
|||
$app_packages = [# Needed for minify-js
|
||||
"yui-compressor",
|
||||
"nodejs",
|
||||
# Needed for statsd reporting
|
||||
"python-django-statsd-mozilla",
|
||||
# Needed only for a disabled integration
|
||||
"python-embedly",
|
||||
# Needed for the ssh tunnel to the redis server
|
||||
"autossh",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue