diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-12 21:18:42 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-12 21:18:42 +0100 |
commit | 431e4a507323e4809f36ced70347a47d74f1d078 (patch) | |
tree | 8a2d3d9a316d0eb53308d4755d76c7b69cd9a12b | |
parent | a60da1a1d7757a1ce8fd82b0d833c8b1db2cf808 (diff) | |
download | poezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.gz poezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.bz2 poezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.xz poezio-431e4a507323e4809f36ced70347a47d74f1d078.zip |
Change the requirements
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'} ) |