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

Remove python version gates on requirements, all py3 now

This commit is contained in:
Ross McFarland
2021-09-28 17:41:24 -07:00
parent 5c881e3bc6
commit 6959a9a6e1
3 changed files with 1 additions and 5 deletions

View File

@@ -68,9 +68,7 @@ setup(
install_requires=[
'PyYaml>=4.2b1',
'dnspython>=1.15.0',
'futures>=3.2.0; python_version<"3.2"',
'fqdn>=1.5.0',
'ipaddress>=1.0.22; python_version<"3.3"',
'natsort>=5.5.0',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',