parent
0956c09616
commit
951c5b86e9
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user