Skip to content

Commit 254b006

Browse files
committed
Merge pull request #2 from i3visio/master
Corrected the missing ',' in the packages of the install_requires. Thanks
2 parents 3e25154 + 3301fae commit 254b006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
include_package_data=True,
2929
install_requires=[
3030
'pyexcel>=0.2.0',
31-
'pyexcel-io>=0.1.0'
31+
'pyexcel-io>=0.1.0',
3232
'tabulate'
3333
],
3434
description="It is a plugin to pyexcel and provides the capbility to present and write data in text fromats",

0 commit comments

Comments
 (0)