setup.py: specify requirements line-by-line

This commit is contained in:
Philipp Klaus
2016-11-10 10:03:10 +01:00
parent 994f35991d
commit 8ee7df1688
+6 -1
View File
@@ -28,7 +28,12 @@ setup(name='brother_ql',
include_package_data = False,
zip_safe = True,
platforms = 'any',
install_requires = ['numpy', 'packbits', 'pillow', 'matplotlib'],
install_requires = [
"numpy",
"packbits",
"pillow",
"matplotlib",
],
extras_require = {
#'brother_ql_analyse': ["matplotlib",],
#'brother_ql_create' : ["matplotlib",],