diff --git a/setup.py b/setup.py index 549ed38..ba992c1 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version='0.0.1', packages=find_packages(include=['adaptive_threshold', 'adaptive_threshold.*']), install_requires=[ - 'python-opencv', + 'opencv-python', 'numpy', 'docopt', ],