Change the requirements
This commit is contained in:
parent
a60da1a1d7
commit
431e4a5073
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -63,8 +63,8 @@ setup(name="poezio",
|
||||||
entry_points={ 'console_scripts': [ 'poezio = poezio:main' ] },
|
entry_points={ 'console_scripts': [ 'poezio = poezio:main' ] },
|
||||||
data_files = [('share/man/man1/', ['data/poezio.1'])],
|
data_files = [('share/man/man1/', ['data/poezio.1'])],
|
||||||
|
|
||||||
install_requires = ['sleekxmpp>=1.2.4',
|
install_requires = ['slixmpp',
|
||||||
'dnspython3>=1.10.0'],
|
'aiodns'],
|
||||||
extras_require = {'OTR plugin': 'python-potr>=1.0',
|
extras_require = {'OTR plugin': 'python-potr>=1.0',
|
||||||
'Screen autoaway plugin': 'pyinotify==0.9.4'}
|
'Screen autoaway plugin': 'pyinotify==0.9.4'}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue