setup.py: specify requirements line-by-line
This commit is contained in:
@@ -28,7 +28,12 @@ setup(name='brother_ql',
|
|||||||
include_package_data = False,
|
include_package_data = False,
|
||||||
zip_safe = True,
|
zip_safe = True,
|
||||||
platforms = 'any',
|
platforms = 'any',
|
||||||
install_requires = ['numpy', 'packbits', 'pillow', 'matplotlib'],
|
install_requires = [
|
||||||
|
"numpy",
|
||||||
|
"packbits",
|
||||||
|
"pillow",
|
||||||
|
"matplotlib",
|
||||||
|
],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
#'brother_ql_analyse': ["matplotlib",],
|
#'brother_ql_analyse': ["matplotlib",],
|
||||||
#'brother_ql_create' : ["matplotlib",],
|
#'brother_ql_create' : ["matplotlib",],
|
||||||
|
|||||||
Reference in New Issue
Block a user