Skip to content

Commit

Permalink
Bump pycares dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed May 14, 2021
1 parent 68e7712 commit 5748500
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 @@ -20,7 +20,7 @@ def get_version():
license = "MIT",
long_description = codecs.open("README.rst", encoding="utf-8").read(),
long_description_content_type = "text/x-rst",
install_requires = ['pycares>=3.0.0', 'typing; python_version<"3.5"'],
install_requires = ['pycares>=4.0.0', 'typing; python_version<"3.5"'],
packages = ['aiodns'],
platforms = ["POSIX", "Microsoft Windows"],
classifiers = [
Expand Down

0 comments on commit 5748500

Please sign in to comment.