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:
parent
c593b98f8d
commit
b56a7ab1e9
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +1 @@
|
|||
poezio
|
||||
slixmpp-omemo
|
||||
slixmpp-omemo>=0.6.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue