From 15d04ae9a7c4a0bd675af065de7d6227165fd991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Mon, 2 Nov 2020 16:36:32 +0100 Subject: [PATCH] Install cattr on Python 3.7 - Fix docs build on RTD --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43a71b1948708..0f10995c91eff 100644 --- a/setup.py +++ b/setup.py @@ -696,7 +696,7 @@ def is_package_excluded(package: str, exclusion_list: List[str]): 'cached_property~=1.5', # cattrs >= 1.1.0 dropped support for Python 3.6 'cattrs>=1.0, <1.1.0;python_version<="3.6"', - 'cattrs>=1.0, <2.0;python_version>"3.7"', + 'cattrs>=1.0, <2.0;python_version>"3.6"', 'colorlog==4.0.2', 'connexion[swagger-ui,flask]>=2.6.0,<3', 'croniter>=0.3.17, <0.4',