Question about trying to install custom plugins. W...
# plugins-general
m
Question about trying to install custom plugins. What does Meltano look for when determining package dependencies? I had a developer that created a tap that works locally using python
poetry
for package management, but I can't get it to install on Meltano due to package dependencies. I see that all singer taps have a
setup.py
file with all of their dependencies, so is that what Meltano is looking for?