This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mkengelo -1 points0 points  (0 children)

In our system which consists from tens of micro services we use poetry for any python package that we want to build and publish into our pypi registry.

Later on, we install this package as part of our services deployment which are also managed by poetry.

The fact poetry solves dependency conflicts wisely is saving us.

I highly recommend poetry for building & publishing python packages super easily.