From 522ed9b4a13e070a9c2a97cfe7d55cac7f70eb8d Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 8 Jul 2018 13:04:01 +0200 Subject: setup.py: Add missing tqdm, numpy, opencv dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa82b9d..5c0af09 100755 --- a/setup.py +++ b/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', -- cgit