fix: tutor-openedx was renamed to tutor

This commit is contained in:
Régis Behmo 2021-07-06 10:35:03 +02:00
parent 7ffb297dcd
commit 283890555b
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ setup(
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.5",
install_requires=["tutor-openedx>=12.0.0,<13.0.0"],
install_requires=["tutor>=12.0.0,<13.0.0"],
entry_points={"tutor.plugin.v0": ["notes = tutornotes.plugin"]},
classifiers=[
"Development Status :: 5 - Production/Stable",

View File

@ -41,3 +41,5 @@ LOGGING = {
},
},
}
{{ patch("notes-settings") }}