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

Rearrange pip format requirements #121

Merged
merged 1 commit into from
May 1, 2024

Conversation

sethmlarson
Copy link
Collaborator

Noticed that pip-compile doesn't preserve the behavior of --no-binary/--only-binary so our requirements.txt file actually couldn't be installed with pip install.

I opened an issue and fix with pip-tools that fixes the issue and manually amended our requirements.txt file. Also moved the format requirements to requirements.in so we can document the situation for each dependency that requires an sdist.

@webknjaz
Copy link

@sethmlarson additionally, pip-tools supports a config file for almost a year so you could save some common args there.

@sethmlarson sethmlarson merged commit c9f4eca into python:master May 1, 2024
3 checks passed
@sethmlarson sethmlarson deleted the requirements-binary-reqs branch May 1, 2024 15:47
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.

3 participants