diff --git a/setup.py b/setup.py index 653b46e..b70d076 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,6 @@ setup( install_requires=[ 'numpy', 'ffmpeg-python', + 'requests' ], )