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

take a frozen requirements.txt as input (eg from pip-compile) #18

Closed
graingert opened this issue May 13, 2016 · 5 comments
Closed

take a frozen requirements.txt as input (eg from pip-compile) #18

graingert opened this issue May 13, 2016 · 5 comments

Comments

@graingert
Copy link
Contributor

No description provided.

@graingert
Copy link
Contributor Author

@peterbe I don't get notified about emoji reactions.

@jezdez
Copy link

jezdez commented Sep 19, 2016

This may be not needed anymore if and when jazzband/pip-tools#383 is merged

@Changaco
Copy link

Changaco commented Feb 6, 2017

I used something like sed -r 's/#.*$//' requirements.txt | xargs hashin -r requirements.txt --python-version 2.7 to work around the lack of builtin support for adding hashes to an existing requirements file.

@danpalmer
Copy link

@jezdez this is still required as the pip-tools implementation is platform specific (as it works through pip) and therefore hashes 'generated' on, for example, a Mac, cannot be used when installing dependencies on Linux.

@graingert
Copy link
Contributor Author

@jezdez agreed, closing in favour of jazzband/pip-tools#414 (comment)

@danpalmer probably worth making a PR that uses hashin in pip-tools?

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

No branches or pull requests

4 participants