diff --git a/setup.py b/setup.py index 6c77a21..34539e2 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',