From 75338fe3c0758ab6e260ee474cb3573316fbc5ee Mon Sep 17 00:00:00 2001 From: Jing Cheng Date: Thu, 7 Dec 2023 13:39:27 -0500 Subject: [PATCH] specify backoff version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c77a214..34539e2e 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def run_tests(self): install_requires=[ 'alembic', 'argparse', - 'backoff', + 'backoff>=2.0', 'jsonpath-ng~=1.6.0', 'ndg-httpsclient', 'openpyxl==2.5.12',