We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cadc4 commit ceba47eCopy full SHA for ceba47e
setup.py
@@ -18,7 +18,7 @@ def get_version():
18
url = "http://github.com/saghul/aiodns",
19
description = "Simple DNS resolver for asyncio",
20
long_description = codecs.open("README.rst", encoding="utf-8").read(),
21
- install_requires = ['pycares>=1.0.0', 'typing'],
+ install_requires = ['pycares>=3.0.0b2', 'typing'],
22
packages = ['aiodns'],
23
platforms = ["POSIX", "Microsoft Windows"],
24
classifiers = [
0 commit comments