Skip to content

Corrected the missing ',' in the packages of the install_requires. #2

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 30, 2016

Conversation

i3visio
Copy link
Contributor

@i3visio i3visio commented Jan 30, 2016

The version in pip was throwing an exception.

error: pyexcel-io 0.1.0 is installed but pyexcel-io>=0.1.0tabulate is required by set(['pyexcel-text'])

The mistake was just corrected by appending the ','.

    install_requires=[
        'pyexcel>=0.2.0',
        'pyexcel-io>=0.1.0'
        'tabulate'
    ],

chfw added a commit that referenced this pull request Jan 30, 2016
Corrected the missing ',' in the packages of the install_requires. Thanks
@chfw chfw merged commit 254b006 into pyexcel-renderers:master Jan 30, 2016
@chfw
Copy link
Member

chfw commented Jan 30, 2016

released to pypi as 0.1.1

@i3visio
Copy link
Contributor Author

i3visio commented Jan 30, 2016

Nice! Thanks for the release!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants