Removing the numpy dependency

This commit is contained in:
Philipp Klaus
2016-12-10 08:51:04 +01:00
parent c18c3f6faa
commit 17274a8f9d
3 changed files with 20 additions and 17 deletions
-1
View File
@@ -29,7 +29,6 @@ setup(name='brother_ql',
platforms = 'any',
install_requires = [
"future",
"numpy",
"packbits",
"pillow",
],