From e6d4f7e3035b827dd55a3d47538c095e5c271efb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 20 Nov 2022 16:27:56 -0600 Subject: [PATCH] Cap version of plaster lib, per recent errors --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 65110e8..14cf623 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,11 @@ requires = [ # # package # low high + # TODO: v1.1 suddenly caused an issue; perhaps can remove this + # restriction once a later version comes out? + # cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html + 'plaster<1.1', # 1.0 + # TODO: can remove this once tailbone requires it 'pyramid_retry', # 1.0