From ebf153ec5c79d7c94885217a7d937771716992cf Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Wed, 7 Apr 2021 13:01:16 +0200
Subject: [PATCH] ### 0.0.24 Release * Fixed #28 /admin/database/import * Fixed
 #66 frontend: migrate to Bootstrap Theme sb-admin-angular * Fixed #158 load
 Bootstrap-Template sb-admin-angular into static * Fixed #191 setup plantuml
 for engineering and docs * Fixed #156 run_web.sh * Fixed #157 run_worker.sh *
 Fixed #62 frontend: better design for pages * Fixed #60 frontend: better
 design for tables

---
 pyproject.toml | 6 ++++--
 setup.py       | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index c7b66dc9..b0ca0006 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
 [build-system]
 requires = [
+    "greenlet>= 1.0.0",
     "appdirs==1.4.4",
 	"argparse==1.4.0",
 	"certifi==2020.12.5",
@@ -34,7 +35,8 @@ requires = [
 	"virtualenv==20.4.3",
 	"wheel==0.36.2",
 	"build==0.3.1.post1",
-	"setuptools>=54.1.1",
-	"pip>=20.0.1"
+	"setuptools>=54.2.0",
+    "py>=1.8.2",
+    "pip>=20.0.1"
 ]
 build-backend = "setuptools.build_meta"
diff --git a/setup.py b/setup.py
index 377f5c3d..e5eb44d9 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ keywords_list = [
 ]
 
 requires_setup = [
+	"greenlet>= 1.0.0",
     "appdirs==1.4.4",
 	"argparse==1.4.0",
 	"build==0.3.1.post1",
-- 
GitLab