From 719fd3a3ccb6a44a9b1d96999ec0923fe3577c40 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Thu, 28 Jan 2021 13:15:33 +0200 Subject: [PATCH] addict 2.4.0 is not supported Due to https://github.com/mewwts/addict/issues/136 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 017725aa..6e6a5d3b 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup_requires=['katversion'], install_requires=[ 'pymesos>=0.3.6', # 0.3.6 implements reviveOffers with roles - 'addict!=2.0.*', + 'addict!=2.0.*,!=2.4.0', 'aiohttp~=3.5', 'aiohttp-jinja2', 'aiomonitor',