Skip to content

Commit

Permalink
Raise pycares dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 18, 2019
1 parent 34cadc4 commit ceba47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_version():
url = "http://github.com/saghul/aiodns",
description = "Simple DNS resolver for asyncio",
long_description = codecs.open("README.rst", encoding="utf-8").read(),
install_requires = ['pycares>=1.0.0', 'typing'],
install_requires = ['pycares>=3.0.0b2', 'typing'],
packages = ['aiodns'],
platforms = ["POSIX", "Microsoft Windows"],
classifiers = [
Expand Down

0 comments on commit ceba47e

Please sign in to comment.