Update version requirements

Remove poezio as a dependency as this module will be called from poezio
anyway, making this dep a waste of resources.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-14 16:35:50 +01:00
parent c593b98f8d
commit b56a7ab1e9
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1 @@
poezio
slixmpp-omemo
slixmpp-omemo>=0.6.1

View file

@ -61,6 +61,6 @@ setup(
platforms=['any'],
packages=['poezio_omemo'],
entry_points={'poezio_plugins': 'omemo = poezio_omemo'},
install_requires=['poezio', 'slixmpp-omemo'],
install_requires=['slixmpp-omemo>=0.6.1'],
classifiers=CLASSIFIERS,
)