1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add idna encode/decode helpers

This commit is contained in:
Ross McFarland
2022-05-20 09:13:38 -07:00
parent eccf91f32e
commit 044d8561ed
7 changed files with 89 additions and 15 deletions

View File

@ -96,6 +96,7 @@ setup(
'PyYaml>=4.2b1',
'dnspython>=1.15.0',
'fqdn>=1.5.0',
'idna>=3.3',
'natsort>=5.5.0',
'python-dateutil>=2.8.1',
),