PythonNest / PyNest

PyNest is a Python framework built on top of FastAPI that follows the modular architecture of NestJS
https://pythonnest.github.io/PyNest
MIT License
643 stars 45 forks source link

[FeatureRequest] Move to poetry #11

Open IlyaMichlin opened 9 months ago

IlyaMichlin commented 9 months ago

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

ELC commented 4 months ago

Maybe also considering pipenv instead of poetry or pdm?

RoyNoymanW commented 3 months ago

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 3 months ago

@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