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 6d63e75 commit a85b558Copy full SHA for a85b558
1 file changed
setup.py
@@ -21,7 +21,7 @@ def get_version():
21
license='MIT',
22
long_description=codecs.open('README.rst', encoding='utf-8').read(),
23
long_description_content_type='text/x-rst',
24
- install_requires=['pycares>=4.9.0'],
+ install_requires=['pycares>=4.9.0,<5'],
25
packages=['aiodns'],
26
package_data={'aiodns': ['py.typed']},
27
platforms=['POSIX', 'Microsoft Windows'],
0 commit comments