From 17a70f9139b307137de979a610c061bf26890980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Thu, 5 Aug 2021 13:09:39 +0100 Subject: [PATCH] Remove `endesive` dependency from requirements This was making us install `swig` in all repos that depended on any module from reporting-engine. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66dfb2dcb..298ff2a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ py3o.template py3o.formats genshi>=0.7 cryptography -endesive