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

setup.py: read requirements.txt directly #75

Merged
merged 1 commit into from
May 4, 2020

Conversation

bfontaine
Copy link
Collaborator

pip’s internal API is unsupported and may break anytime, like it just did.

See: https://stackoverflow.com/a/49837302/735926

Fixes #74.

pip’s internal API is unsupported and may break anytime, like it just
did.

See: https://stackoverflow.com/a/49837302/735926

Fixes swaroopch#74.
@bfontaine bfontaine requested a review from swaroopch May 4, 2020 11:12
@swaroopch swaroopch merged commit 3ece762 into swaroopch:master May 4, 2020
@swaroopch
Copy link
Owner

Great simple solution, thank you @bfontaine !

@swaroopch
Copy link
Owner

@bfontaine Oh, and as always, can you please be kind enough to push to PyPI? Thank you!

@bfontaine bfontaine deleted the setup-requirements branch May 4, 2020 18:19
@bfontaine
Copy link
Collaborator Author

@swaroopch Yep, v0.7.2 is out 🎉

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.

Can't install with pip 20
2 participants