diff --git a/requirements.txt b/requirements.txt index 1bde5c3a9d8d88ce3eae1420aec7bb49f19b1369..95e1a1d9a8a79ccb617e8f0e292bb80b5a835c8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,3 @@ pandas < 0.25.0 ; python_version < "3" # gunicorn not support windows gunicorn >= 19.10.0; sys_platform != "win32" - -# moviepy 1.0.1 not support imageio>2.5 -moviepy < 1.0.0 ; python_version < "3"