From 6f2e1e1c87cbbe26ebcdb47e83ae99561c58e044 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 4 Oct 2017 10:39:57 +0100 Subject: [PATCH] Remove cffi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t seem to be used; tests pass without it being installed. Was added in 10950bb8a683fb9845aec134bb849be731860aff with no explanation as to why it’s needed… --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96d2d65aa..3faadc9e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ ago==0.0.9 -cffi==1.11.1 Flask==0.12.2 Flask-Script==2.0.5 Flask-WTF==0.14.2