diff options
author | Jonas Schäfer <j.wielicki@sotecware.net> | 2018-10-01 17:30:25 +0200 |
---|---|---|
committer | Jonas Schäfer <j.wielicki@sotecware.net> | 2018-10-15 19:56:22 +0200 |
commit | d85ad57f1e7a2338e20176a4450732a3d52f2747 (patch) | |
tree | 774975a2130765a3f1e80d04a4f66ed634245a7a /setup.py | |
parent | 1ed666c5b541eb7e1a294681790e09eac8cc0f5d (diff) | |
download | poezio-d85ad57f1e7a2338e20176a4450732a3d52f2747.tar.gz poezio-d85ad57f1e7a2338e20176a4450732a3d52f2747.tar.bz2 poezio-d85ad57f1e7a2338e20176a4450732a3d52f2747.tar.xz poezio-d85ad57f1e7a2338e20176a4450732a3d52f2747.zip |
from __future__ import xep_0392.v0_5
Ahem. Thes updates poezio to use the HSLuv colour space to
generate colours according to XEP-0392. This will become the
standard in XEP-0392 v0.5.
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'], + install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'hsluv~=0.0.2'], extras_require={'OTR plugin': 'python-potr>=1.0', 'Screen autoaway plugin': 'pyinotify==0.9.4', 'Avoiding cython': 'cffi'}) |