> The drawback for the user is that to create a...
# development
h
The drawback for the user is that to create a custom tool lockfile they now also need a requirements.txt
Interesting, meaning they can now directly import the tool as a library anywhere in their user code too. Although, that user code would need to use the same resolve. That makes sense, e.g. the Pytest case where it's both a library and CLI tool