We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6934404 commit 5a5f492Copy full SHA for 5a5f492
setup.py
@@ -23,7 +23,7 @@
23
url="https://github.com/chfw/pyexcel-text",
24
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
25
include_package_data=True,
26
- dependencies=[
+ install_requires=[
27
'pyexcel>=0.0.9',
28
'tabulate'
29
],
0 commit comments