laurent
11/02/2021, 11:45 PMpoetry which does not seem to install dependencies of a develop=True (locally installed) package.
My main project (not meltano based) depends on tap-github (listed in my main pyproject.toml ). When using a version from github/pypi, it works fine and `tap-github`'s dependencies are installed as expected (singer-sdk for instance). But when working on the tap in a separate folder (and using it as a dependency of my main project), its dependencies do not seem to be installed by poetry. I fix this with a few manual pip install but it's not exactly ideal. Anyone knows a better way?visch
11/02/2021, 11:54 PMpyproject.toml for the project that depends on tap-github, lots of references in words, code is better!visch
11/02/2021, 11:55 PMlaurent
11/03/2021, 12:21 AMvisch
11/03/2021, 12:38 AM