summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-12 21:18:42 +0100
committermathieui <mathieui@mathieui.net>2014-11-12 21:18:42 +0100
commit431e4a507323e4809f36ced70347a47d74f1d078 (patch)
tree8a2d3d9a316d0eb53308d4755d76c7b69cd9a12b
parenta60da1a1d7757a1ce8fd82b0d833c8b1db2cf808 (diff)
downloadpoezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.gz
poezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.bz2
poezio-431e4a507323e4809f36ced70347a47d74f1d078.tar.xz
poezio-431e4a507323e4809f36ced70347a47d74f1d078.zip
Change the requirements
-rwxr-xr-xsetup.py4
1 files 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'}
)