Depend on aiodns and not dnspython in the setup.py
This commit is contained in:
parent
b5c98ba99e
commit
ad8c76602b
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…
x
Reference in New Issue
Block a user