diff --git a/setup.py b/setup.py index 691d4fe..f95254e 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def version(): ), 'test': tests_require, }, - install_requires=('dnspython>=2.2.1', 'octodns>=0.9.20'), + install_requires=('dnspython>=2.2.1', 'octodns>=1.5.0'), license='MIT', long_description=long_description, long_description_content_type='text/markdown',