Skip to content

Commit

Permalink
feat: version constraint for Drydock (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 authored Dec 29, 2023
1 parent 98c3bc9 commit 66ff16b
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(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.7",
install_requires=["tutor", "packaging"],
install_requires=["tutor>=15.0.0,<16.0.0"],
entry_points={
"tutor.plugin.v1": [
"drydock = drydock.plugin",
Expand Down

0 comments on commit 66ff16b

Please sign in to comment.