From 40d659f9bacf670cbd65e46271719c05077287ff Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 17 Aug 2021 21:44:24 +0200
Subject: [PATCH] Add plugin dependencies

---
 pyproject.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2661805..1050fe3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,9 @@ url = "https://edugit.org/api/v4/projects/257/packages/pypi/simple"
 secondary = true
 
 [tool.poetry.dependencies]
-python = ">2.0"
+python = "^3.6"
+pelican-sitemap = "^1.0.2"
+pelican-jinja2content = "^1.0.1"
 
 [tool.poetry.dev-dependencies]
 
-- 
GitLab