poetry
poetry copied to clipboard
Signal when cached dependency is used during installation
- [x] I have searched the issues of this repo and believe that this is not a duplicate.
- [x] I have searched the documentation and believe that my question is not covered.
Feature Request
It would be nice to get similar output to pip when install packages.
pip:
poetry:
It's nice knowing whether or not a package was able to be found in the cache. Even using -vvv
doesn't give that level of output