Also depend on omemo-backend-signal
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
85998773c8
commit
3580b3941b
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
slixmpp
|
||||
omemo
|
||||
omemo-backend-signal
|
||||
|
|
2
setup.py
2
setup.py
|
@ -71,6 +71,6 @@ setup(
|
|||
url='https://lab.louiz.org/poezio/slixmpp-omemo',
|
||||
license='GPLv3',
|
||||
platforms=['any'],
|
||||
install_requires=['slixmpp', 'omemo'],
|
||||
install_requires=['slixmpp', 'omemo', 'omemo-backend-signal'],
|
||||
classifiers=CLASSIFIERS,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue