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',
|
||||
platforms=['any'],
|
||||
packages=packages,
|
||||
requires=['dnspython', 'pyasn1', 'pyasn1_modules'],
|
||||
requires=['aiodns', 'pyasn1', 'pyasn1_modules'],
|
||||
classifiers=CLASSIFIERS,
|
||||
cmdclass={'test': TestCommand}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue