diff options
author | Jonas Schäfer <j.wielicki@sotecware.net> | 2019-02-14 17:24:23 +0100 |
---|---|---|
committer | Jonas Schäfer <j.wielicki@sotecware.net> | 2019-02-14 17:24:23 +0100 |
commit | 322f02f0f4ff7b2fc622e0a08f0363d806dc0bae (patch) | |
tree | 3ecb740f3300a3e08d014f88c5ed104246147e25 /setup.py | |
parent | 07606b0cd252fe2836120ed43abd169c9470ad0f (diff) | |
download | poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.gz poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.bz2 poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.xz poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.zip |
Remove now-obsolete hsluv dependency
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ setup(name="poezio", ('share/metainfo/', ['data/io.poez.Poezio.appdata.xml'])] + find_doc('share/doc/poezio/source', 'source') + find_doc('share/doc/poezio/html', 'build/html')), - install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'hsluv~=0.0.2'], + install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'], extras_require={'OTR plugin': 'python-potr>=1.0', 'Screen autoaway plugin': 'pyinotify==0.9.4', 'Avoiding cython': 'cffi'}) |