From 0a571c9fcabf8be5e40bd94740c6192f97f7074a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 6 Nov 2019 17:18:56 +0100 Subject: [PATCH] fix: add ffmpeg-python --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7ecb58a..e39b8ef 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,8 @@ setup( 'norbert==0.2.1', 'pandas==0.25.1', 'requests', + 'setuptools>=41.0.0', + 'ffmpeg-python', '{}=={}'.format(tensorflow_dependency, tensorflow_version), ], entry_points={