Bump slixmpp dependency to 1.6.0
This commit is contained in:
parent
668b0138bb
commit
93ddfecc6b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -164,7 +164,7 @@ setup(
|
|||
+ find_doc('share/doc/poezio/html', 'build/html')
|
||||
+ sphinx_files_found
|
||||
),
|
||||
install_requires=['slixmpp>=1.5.2', 'aiodns', 'pyasn1_modules', 'pyasn1'],
|
||||
install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1'],
|
||||
extras_require={'OTR plugin': 'python-potr>=1.0',
|
||||
'Screen autoaway plugin': 'pyinotify==0.9.4',
|
||||
'Avoiding cython': 'cffi'},
|
||||
|
|
Loading…
Reference in a new issue