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