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
Updated by amacdona@redhat.com over 5 years ago
- Copied to Story #4713: As a user, I can specify Remote.includes with a pipenv.lock files added
Updated by amacdona@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 53
Updated by amacdona@redhat.com over 5 years ago
- Sprint changed from Sprint 53 to Sprint 54
Updated by rchan over 5 years ago
- Sprint Candidate changed from Yes to No
Remove Sprint Candidate flag after Sprint 57 grooming.
Updated by dalley over 4 years ago
- Related to Story #4690: Implement package locking / digest specification added
Updated by gerrod over 3 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Migrated to GitHub Issues: https://github.com/pulp/pulp_python/issues/345
Actions