mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Add fqdn module to setup.py as dependency
This commit is contained in:
1
setup.py
1
setup.py
@@ -69,6 +69,7 @@ setup(
|
|||||||
'PyYaml>=4.2b1',
|
'PyYaml>=4.2b1',
|
||||||
'dnspython>=1.15.0',
|
'dnspython>=1.15.0',
|
||||||
'futures>=3.2.0; python_version<"3.2"',
|
'futures>=3.2.0; python_version<"3.2"',
|
||||||
|
'fqdn>=1.5.0',
|
||||||
'ipaddress>=1.0.22; python_version<"3.3"',
|
'ipaddress>=1.0.22; python_version<"3.3"',
|
||||||
'natsort>=5.5.0',
|
'natsort>=5.5.0',
|
||||||
'pycountry>=19.8.18',
|
'pycountry>=19.8.18',
|
||||||
|
|||||||
Reference in New Issue
Block a user