Bump slixmpp-omemo requirements to 0.8.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
79018cbe1e
commit
79ab575538
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
Version 0.7.0:
|
||||
xxxx-xx-xx Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Breaking:
|
||||
- Bump slixmpp-omemo requirements to >=0.8.0
|
||||
* Changes:
|
||||
- Add own-key support to fingerprint method. Requires Poezio 237fd74.
|
||||
- Add support for roezio (Rust re-impl.).
|
||||
|
|
2
setup.py
2
setup.py
|
@ -62,6 +62,6 @@ setup(
|
|||
platforms=['any'],
|
||||
packages=['poezio_omemo'],
|
||||
entry_points={'poezio_plugins': 'omemo = poezio_omemo'},
|
||||
install_requires=['slixmpp-omemo>=0.7.0'],
|
||||
install_requires=['slixmpp-omemo>=0.8.0'],
|
||||
classifiers=CLASSIFIERS,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue