diff --git a/scripts/_common.sh b/scripts/_common.sh index a0002a2..b0ab5c3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -90,7 +90,7 @@ extract_source() { } install_dependance() { - ynh_install_app_dependencies python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect ffmpeg python-requests python-dev + ynh_install_app_dependencies python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev pip install pillow moviepy }