diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-24 21:08:42 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-24 21:08:42 +0200 |
commit | 976dd2df869b736b3ef9e6be0d1f365181f504ca (patch) | |
tree | 4dc2678af4aea73ea8c61f46cb3e009cf2c7beb4 | |
parent | ad683b4b689bf767d7df1d30f964641c4bc97597 (diff) | |
download | poezio-976dd2df869b736b3ef9e6be0d1f365181f504ca.tar.gz poezio-976dd2df869b736b3ef9e6be0d1f365181f504ca.tar.bz2 poezio-976dd2df869b736b3ef9e6be0d1f365181f504ca.tar.xz poezio-976dd2df869b736b3ef9e6be0d1f365181f504ca.zip |
setup.py: Update slixmpp version requirements
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ setup(name="poezio", ('share/metainfo/', ['data/io.poez.Poezio.appdata.xml'])] + find_doc('share/doc/poezio/source', 'source') + find_doc('share/doc/poezio/html', 'build/html')), - install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'], + install_requires=['slixmpp>=1.5.2', 'aiodns', 'pyasn1_modules', 'pyasn1'], extras_require={'OTR plugin': 'python-potr>=1.0', 'Screen autoaway plugin': 'pyinotify==0.9.4', 'Avoiding cython': 'cffi'}) |