mirror of https://github.com/Aidaho12/haproxy-wi
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
parent
6d11d04577
commit
52cafa9013
|
@ -26,3 +26,4 @@ ansible-core==2.16.3
|
||||||
ansible-runner==2.3.1
|
ansible-runner==2.3.1
|
||||||
python-whois>=0.8.0
|
python-whois>=0.8.0
|
||||||
netaddr>=0.10.1
|
netaddr>=0.10.1
|
||||||
|
retry>=0.9.2
|
||||||
|
|
Loading…
Reference in New Issue