Update 'setup.py'

main
Ugo Finnendahl 1 year ago
parent fe63c2ba88
commit 814a46ea4a
  1. 2
      setup.py

@ -5,7 +5,7 @@ setup(
version='0.0.1', version='0.0.1',
packages=find_packages(include=['adaptive_threshold', 'adaptive_threshold.*']), packages=find_packages(include=['adaptive_threshold', 'adaptive_threshold.*']),
install_requires=[ install_requires=[
'python-opencv', 'opencv-python',
'numpy', 'numpy',
'docopt', 'docopt',
], ],

Loading…
Cancel
Save