setup.py: Add missing tqdm, numpy, opencv dependencies

old-master
jaseg 2018-07-08 13:04:01 +02:00
rodzic c46df0a2a8
commit 522ed9b4a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',