From a7aca068e282e258dc9223ba1152ef7521f4fcb9 Mon Sep 17 00:00:00 2001 From: James White Date: Mon, 1 Nov 2021 10:22:35 +0000 Subject: [PATCH] Remove unused statuspageio dependency - It appears to be unused and the upstream project is seemingly unmaintained - It also blocks installs when using versions of setuptools > 57.5.0 due to the same issue described in: https://github.com/tikitu/jsmin/issues/33 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 04dddc39..e391f3fe 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ "markdown2>=2.3.7", "python-slugify>=1.2.6", "slackclient>=1.3,<2", - "statuspageio>=0.0.1", ] # allow setup.py to be run from any path