Depend on aiodns and not dnspython in the setup.py

This commit is contained in:
mathieui
2014-11-03 16:55:43 +01:00
parent b5c98ba99e
commit ad8c76602b

View File

@@ -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}
) )