From 04569f9467a6f28ec32e7f2fa2f01723d84d91da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 24 Apr 2020 12:15:37 +0200 Subject: [PATCH] setup.py: Fix the required peewee version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24a7102..6be223b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( "click <= 7.1.1", "keyring <= 21.2.0", "logbook <= 1.5.3", - "peewee <= 3.1.13", + "peewee <= 3.13.3", "janus <= 0.4.0", "cachetools >= 3.0.0" "prompt_toolkit>2<4",