diff --git a/setup.py b/setup.py index a34da2b..7e381b6 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def load_about(): packages=find_packages(), include_package_data=True, python_requires=">=3.8", - install_requires=["tutor>=17.0.0, <18", "click", "schema"], + install_requires=["tutor>=17.0.3, <18", "click", "schema"], extras_require={ "test": ["behave", "pytest", "pylint", "pytest-mock", "pycodestyle", "isort", "schema"] },