rele
rele copied to clipboard
Possibility to specify packages for subscriptions discovery
Right now rele discovers the subscriptions from the packages in the current path.
We want the ability to discover the subscriptions from a package that is installed by the pip. For example:
RELE = {
...
"DISCOVER_SUBSCRIPTIONS_IN": [".", "package_installed_using_pip"]
}