TODO: rewrite it in rust

This commit is contained in:
Zen 2021-03-05 20:34:21 +02:00 committed by GitHub
parent 317a3149cb
commit 14d4524cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
import setuptools import setuptools
# TODO: rewrite it in rust
REQUIRES = [ REQUIRES = [
'numpy', 'numpy',
'scenedetect[opencv]', 'scenedetect[opencv]',