From 72906bff8d1df5bbb1b2a0604384a8d2e2200672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 7 Sep 2023 19:16:53 +0200 Subject: [PATCH] feat: add cairn to the official list of plugins This change means that cairn will be automatically installed whenever we run: pip install tutor[full] or whenever we run the tutor binary. --- requirements/plugins.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/plugins.txt b/requirements/plugins.txt index 13e4d0c..e67affd 100644 --- a/requirements/plugins.txt +++ b/requirements/plugins.txt @@ -1,5 +1,6 @@ # change version ranges when upgrading from palm tutor-android>=16.0.0,<17.0.0 +tutor-cairn>=16.0.0,<17.0.0 tutor-discovery>=16.0.0,<17.0.0 tutor-ecommerce>=16.0.0,<17.0.0 tutor-forum>=16.0.0,<17.0.0