From ec00d06c162b8c5bc88197fce04305a4ce522747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 2 Dec 2020 11:24:28 +0100 Subject: [PATCH] setup.py: Add a missing comma. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0188b42..c70017f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( "logbook >= 1.5.3", "peewee >= 3.13.1", "janus >= 0.5", - "cachetools >= 3.0.0" + "cachetools >= 3.0.0", "prompt_toolkit>2<4", "typing;python_version<'3.5'", "matrix-nio[e2e] >= 0.14, < 0.16"