Skip to content

Commit 5a5f492

Browse files
committed
fix wrong keyword
1 parent 6934404 commit 5a5f492

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
@@ -23,7 +23,7 @@
2323
url="https://github.com/chfw/pyexcel-text",
2424
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2525
include_package_data=True,
26-
dependencies=[
26+
install_requires=[
2727
'pyexcel>=0.0.9',
2828
'tabulate'
2929
],

0 commit comments

Comments
 (0)