For example add Relation = Literal["requires", "recommends", "supports"] and use it. This will make it easier for other dependent libraries to reference to those types instead of having to re-declare literals themselves.
For example add `Relation = Literal["requires", "recommends", "supports"]` and use it. This will make it easier for other dependent libraries to reference to those types instead of having to re-declare literals themselves.