diff --git a/setup.py b/setup.py index 5a94234..2402a9b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ VERSION = '1.0.0' # What packages are required for this module to be executed? REQUIRED = [ - 'dnspython>=1.15.0, <2.0', + 'dnspython<2.0,>=1.15.0', 'email-validator', 'distro', 'certifi',