Add perian dependency for PERIAN plugin #5848
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
The perian plugin depends on the
perian
package; in order to build flytekit docs about the perian plugin, we need to include that package in the docs requirements.What changes were proposed in this pull request?
Adds
perian
package tomonodocs-requirements.yaml
and updatesmonodocs-requirements.lock.yaml
with new dependency.How was this patch tested?
Tested building docs locally with updated monodocs environment and
FLYTEKIT_LOCAL_PATH
set to @otarabai fork of flytekit that includes perian plugin docs updates.Screenshots
Local docs build:
Check all the applicable boxes
Related PRs
flyteorg/flytekit#2816
Docs link
https://flyte--5848.org.readthedocs.build/en/5848/ (Note: this is just to demonstrate that the docs build with the new dependency -- the perian flytekit docs won't be in this build because they're currently in a fork.)