Update setup.py

This commit is contained in:
Luke Southam 2022-12-11 09:35:52 +00:00 committed by GitHub
parent 435abe1c71
commit f811ab84be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,6 @@ setup(
install_requires=[
'numpy',
'ffmpeg-python',
'requests'
],
)