EU-Utility/plugins/log_parser_test
LemonNexus 0bdb3ce189 feat: Add plugin-to-plugin dependencies support
Plugins can now declare dependencies on other plugins.

NEW FEATURES:
- dependencies['plugins'] = ['plugin_id1', 'plugin_id2']
- Separates pip packages (auto-installed) from plugin dependencies (user enabled)
- Settings dialog shows which plugins need to be enabled first
- PluginDependencyCheck tracks installed/enabled status

EXAMPLE:
dependencies = {
    'pip': ['requests'],
    'plugins': ['plugins.dashboard.plugin.DashboardPlugin']
}
2026-02-14 23:49:13 +00:00
..
__init__.py feat: Add Log Parser and Game Reader Test Plugins 2026-02-14 19:08:17 +00:00
plugin.py feat: Add plugin-to-plugin dependencies support 2026-02-14 23:49:13 +00:00