Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Nov 7, 2023
2 parents ebb79f0 + 5050bf6 commit d21635e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/20231106_202213_codewithemad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Improvement] Install tutor development tools with `pip install tutor[dev]`. (by @CodeWithEmad)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def is_requirement(line: str) -> bool:
python_requires=">=3.8",
install_requires=load_requirements("base.in"),
extras_require={
"dev": load_requirements("dev.txt"),
"full": load_requirements("plugins.txt"),
},
entry_points={"console_scripts": ["tutor=tutor.commands.cli:main"]},
Expand Down

0 comments on commit d21635e

Please sign in to comment.