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