Open anabiman opened 3 months ago
Currently, unidep only supports setuptools
and hatchling
, and you can use their respective features to access packages from a private channel.
Poetry unfortunately, is not as flexible wrt plugins and therefore cannot be integrated easily. I started working on this in https://github.com/basnijholt/unidep/pull/78, however, ran into a couple of hard blockers.
I am currently using poetry to pull python pkgs from a private index (see section of my pyproject.toml file below).
I configure poetry with a private access token so it can have access to the private channel. How can I do something similar with unidep?