Poetry - easy python packaging and dependency management
Python - one of the most popular programming language. It simple and easy to learn. Thats why Python has good ecosystem: you can find package for almost everything. And this created a problem - how to manage this all packages on project ? By default, packages installed in global Python env, that accessible to all projects. This can be issue due to packages being dependent on specific version of other packages....