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 133e725 commit 421f3a0Copy full SHA for 421f3a0
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>=3.0.0b4', 'typing; python_version<"3.7"'],
+ install_requires = ['pycares>=3.0.0', 'typing; python_version<"3.7"'],
22
packages = ['aiodns'],
23
platforms = ["POSIX", "Microsoft Windows"],
24
classifiers = [
0 commit comments