From 431e4a507323e4809f36ced70347a47d74f1d078 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 12 Nov 2014 21:18:42 +0100 Subject: Change the requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e9e8e4a7..eaa0b253 100755 --- a/setup.py +++ b/setup.py @@ -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'} ) -- cgit v1.2.3