Skip to content

Commit

Permalink
fix: address suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed May 27, 2024
1 parent 1df6944 commit aa34d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ we need to use custom versions of `frontend-platform` that include a backport of
[`openedx/frontend-platform#568`](https://github.com/openedx/frontend-platform/pull/568)
for releases previous to Quince.

To Quince, any mfe is supported as long as it has a frontend-platform version greater than or equal [v5.5.0](https://github.com/openedx/frontend-platform/releases/tag/)
From Quince on-wards, all the default MFEs supported by Tutor are supported. Any other MFE would be supported as long as it uses [v5.5.0](https://github.com/openedx/frontend-platform/releases/tag/) or newer of frontend-platform.


In addition, we need to use `tutor-mfe` version that includes the patch
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.7",
install_requires=["tutor"],
install_requires=["tutor>=17.0.0", "tutor-mfe>=17.0.1"],
entry_points={
"tutor.plugin.v1": [
"mfe_extensions = tutormfe_extensions.plugin"
Expand Down

0 comments on commit aa34d18

Please sign in to comment.