From 7427190dcfa7e36785472e10ffad7a62b5f6ecd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sat, 14 May 2022 01:31:38 +0100 Subject: [PATCH] Requires python-attrs >= 18.2.0 (#255) See issue #159 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a37f2dfb..1112ff4f 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ kw = { 'author_email': 'skomoroh@gmail.com', 'description': 'a Python solitaire game collection', 'install_requires': [ - 'attrs', + 'attrs>=18.2.0', 'configobj', 'pycotap', 'pysol_cards',