setup.py: Add missing tqdm, numpy, opencv dependencies
This commit is contained in:
parent
c46df0a2a8
commit
522ed9b4a1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(
|
|||
url = 'https://github.com/jaseg/gerbolyze',
|
||||
author = 'jaseg',
|
||||
author_email = 'github@jaseg.net',
|
||||
install_requires = ['pcb-tools'],
|
||||
install_requires = ['pcb-tools', 'tqdm', 'numpy', 'opencv-python'],
|
||||
license = 'AGPLv3',
|
||||
classifiers = [
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue