Migrate to working DNS lookup tool

This commit is contained in:
Luke Murphy 2020-03-28 18:31:05 +01:00
parent d9bae5646a
commit d78abad33e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
[mypy]
python_version = 3.7
python_version = 3.8
platform = linux
ignore_missing_imports = True

View File

@ -1,2 +1,2 @@
ansible==2.9.6
gandi.cli==1.5
ansible >= 2.9.6, <= 2.10
dns-lexicon[gandi] >= 3.3.19, <= 3.4

View File

@ -19,4 +19,4 @@ version = 0.0.1
packages = find:
install_requires =
ansible >= 2.9.6, <= 2.10
gandi.cli >= 1.5, <= 2.0
dns-lexicon[gandi] >= 3.3.19, <= 3.4