Change the requirements

This commit is contained in:
mathieui 2014-11-12 21:18:42 +01:00
parent a60da1a1d7
commit 431e4a5073
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -63,8 +63,8 @@ setup(name="poezio",
entry_points={ 'console_scripts': [ 'poezio = poezio:main' ] },
data_files = [('share/man/man1/', ['data/poezio.1'])],
install_requires = ['sleekxmpp>=1.2.4',
'dnspython3>=1.10.0'],
install_requires = ['slixmpp',
'aiodns'],
extras_require = {'OTR plugin': 'python-potr>=1.0',
'Screen autoaway plugin': 'pyinotify==0.9.4'}
)