fix: missing file in `pip install tutor[full]`

The missing requirement file is causing the install from pypi to fail.
This commit is contained in:
Régis Behmo 2021-12-20 22:57:53 +01:00
parent 7c157eccd5
commit 14c40376ec
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Fix] Missing requirements file in `pip install tutor[full]`.
## v13.0.0
- 💥[Improvement] Upgrade to Maple
- Install all official plugins as part of the `tutor[full]` package.
- Don't print error messages about loading plugins during autocompletion.

View File

@ -1,2 +1,3 @@
include requirements/base.in
include requirements/plugins.txt
recursive-include tutor/templates *