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
Halibot core has few to no python module dependencies, but modules may require extra libraries. We should allow some form of signalling when a halibot-module requires a python-module. For example, if the user tries to install the halibot-irc agent, and do not have pydle installed, we should at the minimum throw a warning. Bonus points to also allow fetching of the requisite python module via pip. Fetching dependencies should not be a default action, however.
Breakdown:
Warn the user if a halibot-module requires an unresolved external dependency
Support version checking and version enforcement for external dependencies
(extra) Support optionally fetching dependencies
The text was updated successfully, but these errors were encountered:
Halibot core has few to no python module dependencies, but modules may require extra libraries. We should allow some form of signalling when a halibot-module requires a python-module. For example, if the user tries to install the
halibot-irc
agent, and do not havepydle
installed, we should at the minimum throw a warning. Bonus points to also allow fetching of the requisite python module viapip
. Fetching dependencies should not be a default action, however.Breakdown:
The text was updated successfully, but these errors were encountered: