I love the self describing makefile help parser thing, and I use the same thing myself, but most of these commands are things that Poetry could do.<p>I have a hard time imagining starting a new project without Poetry, since it's almost trivial to set up.<p>Pip freeze doesn't let you just quickly pip install something to try it out without having it be included in the requirements. It doesn't track dev dependencies, direct vs transient, or stuff that's not actually a dependency but you just installed to try something.