Changes between Version 11 and Version 12 of ComponentDependencyPlugin


Ignore:
Timestamp:
Mar 3, 2022, 4:04:20 PM (2 years ago)
Author:
figaro
Comment:

BSD license according to PyPi repository

Legend:

Unmodified
Added
Removed
Modified
  • ComponentDependencyPlugin

    v11 v12  
    1313}}}
    1414
    15 The `Component` classes that are returned by the `requires` method will be enabled upon environment upgrade. This allows very simple dependencies. Of course, for installation, the required components are still required to be part of Python, as given in `install_requires` in `setup.py`.
     15The `Component` classes that are returned by the `requires` method will be enabled upon environment upgrade. This allows the very simple creation of dependencies between components. Of course, for installation, the required components are still required to be part of Python, as given in `install_requires` in `setup.py`.
    1616
    1717This plugin will not work if required plugins are not present or loaded.