Skip to content

Get rid of poetry

Vladimir Kozhukalov requested to merge new_install_tool into main

It is easier to use plain pip if you want to prepare and install package dependencies offline. So let's use setuptools as a build tool and plain pip as a package manager. Pip allows you to download all the dependencies to a directory and then use this directory as a package repository.

Merge request reports