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

Support listing the pip/requirements.txt friendly output of dependencies for an env #174

Open
brettlangdon opened this issue Apr 18, 2022 · 1 comment

Comments

@brettlangdon
Copy link
Member

Something like:

$ riot freeze <hash>
sphinx~=4.5.0
sphinx-click~=3.1.0
sphinx-rtd-theme~=1.0.0
reno

The goal being you could do riot freeze <hash> > requirements.txt.

@P403n1x87
Copy link
Contributor

What if we let riot shell take a -c option with a string to execute, so that we could do

riot shell -c "pip freeze" <hash> > requirements.txt

?

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

2 participants