From 61ccf1ca8de286793313fd6dfbfd8e95bc32a23c Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Mon, 23 Mar 2020 00:52:19 +0100 Subject: [PATCH] matrix-nio == 0.6 If nio 0.9 is installed, the build fails for python 2.7. Unfortunately you're not able to change the used python version in weechat. This change should stay until all stable systems are using python3 as default. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c8f29d..4f8f7cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ atomicwrites attrs logbook pygments -matrix-nio[e2e]>=0.6 +matrix-nio[e2e]==0.6 aiohttp ; python_version >= "3.5" python-magic requests