added aoihttp dependency
slixmpp uses aiohttp in the XEP_0363 plugin.
This commit is contained in:
parent
897610d819
commit
dc4936a6d3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ setup(
|
|||
platforms=['any'],
|
||||
packages=packages,
|
||||
ext_modules=ext_modules,
|
||||
install_requires=['aiodns>=1.0', 'pyasn1', 'pyasn1_modules'],
|
||||
install_requires=['aiodns>=1.0', 'pyasn1', 'pyasn1_modules', 'aiohttp'],
|
||||
classifiers=CLASSIFIERS,
|
||||
cmdclass={'test': TestCommand}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue