From 7f3e07d288220ce2e1d6013f8323e482ccf486e4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 14 2018 16:53:15 +0000 Subject: Drop the requirement on straight.plugin but document it Signed-off-by: Pierre-Yves Chibon --- diff --git a/requirements.txt b/requirements.txt index f35cea8..db4f7a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,9 @@ redis requests six sqlalchemy >= 0.8 -straight.plugin >= 1.4.0-post-1 +# 1.4.0 is broken, 1.4.0-post-1 works but gives odd results on newer setuptools +# the latest version 1.5.0 is also known to work +straight.plugin wtforms # Needed only for local authentication and/or Pagure CI