Actions
Story #4711
closedAs a user, I can specify Remote.includes with a requirements.txt
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Target Release - Python:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This will fill out the common workflow:
1. pip install something from pypi. (pip will do dependency resolution)
2. pip freeze > requirements.txt (will include packages and all deps)
3. Create a warehouse remote, with requirements.txt used to populate the includes
This will significantly simplify the workflow, preventing the user from having to hand-parse their own includes.
Related issues
Actions