Skip to content

Commit

Permalink
fix: updated minimun tutor version to fix private packages not instal…
Browse files Browse the repository at this point in the history
…ling properly
  • Loading branch information
Asespinel committed Mar 26, 2024
1 parent 93f51c0 commit 1a1cf50
Showing 1 changed file with 1 addition and 1 deletion.
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(),
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"]
},
Expand Down

0 comments on commit 1a1cf50

Please sign in to comment.