diff options
author | Maxime Buquet <pep@bouah.net> | 2020-05-24 21:14:23 +0200 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-05-24 21:14:23 +0200 |
commit | 1e7a8b6e88e324baebe0a23e2eeaed9b015207c7 (patch) | |
tree | dd3741820635fadbb28e76d07c98337b30c8a5b6 | |
parent | dbef6f435f1788545c2e0593b53e9f22baecf16c (diff) | |
parent | 976dd2df869b736b3ef9e6be0d1f365181f504ca (diff) | |
download | poezio-1e7a8b6e88e324baebe0a23e2eeaed9b015207c7.tar.gz poezio-1e7a8b6e88e324baebe0a23e2eeaed9b015207c7.tar.bz2 poezio-1e7a8b6e88e324baebe0a23e2eeaed9b015207c7.tar.xz poezio-1e7a8b6e88e324baebe0a23e2eeaed9b015207c7.zip |
Merge branch 'setup-reqs' into 'master'
setup.py: Update slixmpp version requirements
See merge request poezio/poezio!117
-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'}) |