PythonNest/PyNest

[FeatureRequest] Move to poetry

IlyaMichlin opened this issue · 3 comments

It might be better to move to Poetry to manage the python packages and releases.

ELC commented

Maybe also considering pipenv instead of poetry or pdm?

The problem with poetry is the lack of support when it comes to constraints vs requirements.
Why do you consider moving to poetry?

ELC commented

@RoyNoymanW I personally prefer pipenv over poetry

There are no tools for locking minimal dependencies but both poetry and pipenv provide support for locking latests compatible dependencies with minimal constraints