-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Description
Is there an existing issue for this?
- I have searched existing issues, it hasn't been reported yetTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Use case description
I see #830 submitted previously to swap pip
usage for uv pip
, though uv
also can act as a project management tool similar to Pipenv or Poetry.
I'd like to propose support for the option useUv
option, to function similarly to how this plugin interacts with the other project management tools.
custom:
pythonRequirements:
useUv: true
Proposed solution (optional)
This would use uv's export command to generate a requirements file from the project's uv.lock file: uv export --no-dev --frozen -o requirements.txt
, allowing it to follow the pattern established in this plugin for Pipenv and Poetry.
junah201, fdorssers, lazyoft, LironEr, markomiric and 15 more
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity