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
`get_required_prerequisites()` maintains a list of Prerequisites required by each platform.
But that same information is already stored in each Prerequisite class.
Rather than rather than maintaining two lists which might become inconsistent, auto-generate one.
0 commit comments