From 7f285d250e5496b95063a23051a3dafd918429a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 29 Mar 2020 12:44:44 +0200 Subject: [PATCH] pytroject.toml: Add the e2e feature of nio as a requirement. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8744622..45894d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ future = "^0.18.2" attrs = "^19.3.0" logbook = "^1.5.3" pygments = "^2.6.1" -matrix-nio = "^0.9.0" +matrix-nio = { version = "^0.9.0", extras = [ "e2e" ] } python-magic = "^0.4.15" aiohttp = "^3.6.2" requests = "^2.23.0"