diff options
author | jaseg <git@jaseg.de> | 2021-01-31 14:27:37 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-01-31 14:27:37 +0100 |
commit | b5d523741c2823777a774291e93df8e1665981a0 (patch) | |
tree | addcea57cc32009c811d3f5306e128bff57706c5 /setup.py | |
parent | 04f1cab5fce77f61ca09dbcf02a7aff9780853f6 (diff) | |
download | gerbolyze-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |