Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Improved rnd_requirements and min_requirements #14

Merged
merged 1 commit into from
May 11, 2016

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented May 11, 2016

Allow installing . for pyexcel in rnd_requirements,
which fails with setuptoos 17.1 so that is upgraded to the
latest version.

Also add a MINREQ mode with a min_requirements.txt template
to generate a requirements.txt that requires the minimum
version instead of allowing pip to install the latest version,
to ensure that the minimum requirements are in fact still
supported.

And workaround the fact that texttable 0.8.1 and 0.8.2
are not located in pypi or github.

Allow installing . for `pyexcel` in rnd_requirements,
which fails with setuptoos 17.1 so that is upgraded to the
latest version.

Also add a MINREQ mode with a min_requirements.txt template
to generate a requirements.txt that requires the minimum
version instead of allowing pip to install the latest version,
to ensure that the minimum requirements are in fact still
supported.

And workaround the fact that texttable 0.8.1 and 0.8.2
are not located in pypi or github.
@chfw chfw merged commit 7668fe4 into pyexcel:master May 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants