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 2024-09-03 17:25:26 +03:00
parent 6d11d04577
commit 52cafa9013
1 changed files with 1 additions and 0 deletions

View File

@ -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