You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #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?
The text was updated successfully, but these errors were encountered: