aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-01-31 14:27:37 +0100
committerjaseg <git@jaseg.de>2021-01-31 14:27:37 +0100
commitb5d523741c2823777a774291e93df8e1665981a0 (patch)
treeaddcea57cc32009c811d3f5306e128bff57706c5 /setup.py
parent04f1cab5fce77f61ca09dbcf02a7aff9780853f6 (diff)
downloadgerbolyze-b5d523741c2823777a774291e93df8e1665981a0.tar.gz
gerbolyze-b5d523741c2823777a774291e93df8e1665981a0.tar.bz2
gerbolyze-b5d523741c2823777a774291e93df8e1665981a0.zip
Both raster and vector template generation work now
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',