Update 'setup.py'

main
Ugo Finnendahl 1 year ago
parent 5d7828046a
commit 70eaad3dc5
  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=[
'opencv-python-headless', 'python-opencv',
'numpy>=1.14.5', 'numpy>=1.14.5',
'docopt', 'docopt',
], ],

Loading…
Cancel
Save