v1.1.2 "micropipenv requirements" doesn't autodetect from poetry.lock #198
Labels
human_intervention_required
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Describe the bug
micropipenv requirements
(with no flags) doesn't autodetect the method; it fails outright if it's not Pipenv:To Reproduce
Given a codebase using Poetry:
Run:
with no flags inside an active virtual environment.
Expected behavior
Micropipenv detects that Poetry is use and produces a requirements list from
poetry.lock
, as stated in--help
:Additional context
micropipenv 1.1.2, running on Windows 10
The text was updated successfully, but these errors were encountered: