From e79acad2a9820bcac2f6b6c1316bb0f69a2a0406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 29 Apr 2020 16:57:15 +0200 Subject: [PATCH] setup.py: Revert the prompt toolkit version string. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b3605b..3209f15 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( "peewee <= 3.13.3", "janus <= 0.5.0", "cachetools >= 3.0.0" - "prompt_toolkit > 2 < 4", + "prompt_toolkit>2<4", "typing;python_version<'3.5'", "matrix-nio[e2e] >= 0.8.0" ],