diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-03 21:45:58 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-03 21:53:43 +0100 |
commit | a16792e9905014d8c6e57c614483c321cc99a9b0 (patch) | |
tree | 920df5776e6e0c4604d7add50f84f7f06e632938 /setup.py | |
parent | 6448d09c307bd0a2589893ee759c66f10119ea2c (diff) | |
download | slixmpp-a16792e9905014d8c6e57c614483c321cc99a9b0.tar.gz slixmpp-a16792e9905014d8c6e57c614483c321cc99a9b0.tar.bz2 slixmpp-a16792e9905014d8c6e57c614483c321cc99a9b0.tar.xz slixmpp-a16792e9905014d8c6e57c614483c321cc99a9b0.zip |
basexmpp: type self.plugins in a more useful manner
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,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', 'typing_extensions; python_version < "3.8.0"'], extras_require={ 'XEP-0363': ['aiohttp'], 'XEP-0444 compliance': ['emoji'], |