pythonPackages.moviepy: Add deps for new version

Fixes #59857
This commit is contained in:
Daniel Schaefer 2019-04-19 03:31:56 +02:00
parent 0956c09616
commit 951c5b86e9

View File

@ -4,7 +4,10 @@
, numpy , numpy
, decorator , decorator
, imageio , imageio
, imageio-ffmpeg
, isPy3k , isPy3k
, proglog
, requests
, tqdm , tqdm
}: }:
@ -19,7 +22,7 @@ buildPythonPackage rec {
# No tests # No tests
doCheck = false; doCheck = false;
propagatedBuildInputs = [ numpy decorator imageio tqdm ]; propagatedBuildInputs = [ numpy decorator imageio imageio-ffmpeg tqdm requests proglog ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Video editing with Python"; description = "Video editing with Python";