From 3c1c60078dde5b9a5ca18a214b969839c70348a2 Mon Sep 17 00:00:00 2001 From: fmigneault Date: Sat, 27 Nov 2021 00:54:17 -0500 Subject: [PATCH] pin pyramid_retry==1.0, later not playing well with direct reraise of error (caused by https://github.com/Pylons/pyramid_retry/pull/17) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a9a2d01f..c1b534c73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyramid>=1.10.2,<2 pyramid_beaker==0.8 pyramid_chameleon>=0.3 pyramid_mako>=1.0.2 -pyramid_retry +pyramid_retry==1.0 pyramid_tm>=2.2.1 python-dotenv python2-secrets; python_version <= "3.5"