Skip to content

Commit

Permalink
feat: Including dev dependencies in extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad authored and regisb committed Dec 8, 2023
1 parent a1a2c3c commit 221a164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def load_about():
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor>=16.0.0,<17.0.0", "click_repl>=0.2.0"],
extras_require={"dev": "tutor[dev]>=16.0.0,<17.0.0"},
entry_points={
"tutor.plugin.v1": ["webui = tutorwebui.plugin"],
},
Expand Down

0 comments on commit 221a164

Please sign in to comment.