From 020a899d773e8c7208e85cdc44551720ad08d587 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 6 Oct 2021 09:15:19 -0400 Subject: [PATCH] attrs >= 20.1.0 for attr.frozen https://github.com/altendky/qtrio/issues/269 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6a731e67..0cf1da70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,8 @@ classifiers = include_package_data = True install_requires= async_generator - attrs + # >= 20.1.0 for attr.frozen + attrs >= 20.1.0 decorator outcome qts ~= 0.2.0