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',