Browse Source

v8.0.1: Add retry package to requirements

This commit includes the addition of the 'retry' package with a minimum version of 0.9.2 to the requirements.txt file. This change ensures that retry logic can be used in the project, improving error handling in operations prone to transient failures.
pull/399/head
Aidaho 3 months ago
parent
commit
52cafa9013
  1. 1
      requirements.txt

1
requirements.txt

@ -26,3 +26,4 @@ ansible-core==2.16.3
ansible-runner==2.3.1
python-whois>=0.8.0
netaddr>=0.10.1
retry>=0.9.2

Loading…
Cancel
Save