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
When a project that uses poetry depends on a package that is only available through git and that also uses poetry, it would be a great feature to use poetry to install the dependent package. Currently, it seems like installing packages from git is only possible using pip + setup.py, so we cannot install a poetry based package that is only available through git. Doing that is rather easy, once you know that a project.toml file exists, see a not polished and half pseudo example code below.
When a project that uses poetry depends on a package that is only available through git and that also uses poetry, it would be a great feature to use poetry to install the dependent package. Currently, it seems like installing packages from git is only possible using pip + setup.py, so we cannot install a poetry based package that is only available through git. Doing that is rather easy, once you know that a project.toml file exists, see a not polished and half pseudo example code below.
The text was updated successfully, but these errors were encountered: