Depend on aiodns and not dnspython in the setup.py
This commit is contained in:
parent
b5c98ba99e
commit
ad8c76602b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ setup(
|
||||||
license='MIT',
|
license='MIT',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
packages=packages,
|
packages=packages,
|
||||||
requires=['dnspython', 'pyasn1', 'pyasn1_modules'],
|
requires=['aiodns', 'pyasn1', 'pyasn1_modules'],
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
cmdclass={'test': TestCommand}
|
cmdclass={'test': TestCommand}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue