From 8ee7df1688c1f9ec8425319ac99f38edda379395 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Thu, 10 Nov 2016 10:03:10 +0100 Subject: [PATCH] setup.py: specify requirements line-by-line --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91e2d0e..51570be 100644 --- a/setup.py +++ b/setup.py @@ -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",],