fix: add ffmpeg-python

This commit is contained in:
Félix Voituret
2019-11-06 17:18:56 +01:00
parent 6f1a292648
commit 0a571c9fca

View File

@@ -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={