|
|
|
|
|
by jsmeaton
2891 days ago
|
|
It really serves a different audience/purpose. Poetry replaces setup.py which is mostly used for building libraries. You still need to create your own virtualenv. Pipenv replaces requirements.txt and handles the virtualenv for you. It can’t be used for packaging libs, but it’s primary purpose is to make developing on apps easier. Lore seems to be much closer to pipenv than poetry. |
|
Both attempt to replace requirements.txt, both have dependency resolvers and both are workflow tools.