juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
74 stars 3 forks source link

depend on constraint env lockfile only if dependencies are present #38

Closed juftin closed 9 months ago

juftin commented 9 months ago

Issue

1) default environment has no dependencies 2) test environment has default as its constraint 3) test environment can't be created because default lockfile doesn't exist but also won't create itself

juftin commented 9 months ago

:tada: This issue has been resolved in version 1.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: