Adapter refactor
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

Allows using different ways to retrieve hosts IP address
This commit is contained in:
Sonny Bakker 2025-05-03 13:12:13 +02:00 committed by sonny
parent 97cf1a8f5c
commit 84558826fb
15 changed files with 861 additions and 710 deletions

View file

@ -10,6 +10,7 @@ dependencies = [
'python-dotenv>=0.15.0',
'requests>=2.25.1',
'cryptography>=3.4.7',
"ruamel-yaml>=0.18.10",
]
[dependency-groups]