From b5d523741c2823777a774291e93df8e1665981a0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 31 Jan 2021 14:27:37 +0100 Subject: Both raster and vector template generation work now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3388853..d6c0384 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', 'tqdm', 'numpy', 'opencv-python'], + install_requires = ['pcb-tools', 'tqdm', 'numpy', 'opencv-python', 'python-slugify', 'lxml'], license = 'AGPLv3', classifiers = [ 'Development Status :: 5 - Production/Stable', -- cgit