summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2020-05-24 21:14:23 +0200
committerMaxime Buquet <pep@bouah.net>2020-05-24 21:14:23 +0200
commit1e7a8b6e88e324baebe0a23e2eeaed9b015207c7 (patch)
treedd3741820635fadbb28e76d07c98337b30c8a5b6
parentdbef6f435f1788545c2e0593b53e9f22baecf16c (diff)
parent976dd2df869b736b3ef9e6be0d1f365181f504ca (diff)
downloadpoezio-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bc70aba1..f54bd8d5 100755
--- a/setup.py
+++ b/setup.py
@@ -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'})