From a498c4e82299159ec8481ccfa3c10458bd874373 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 16 Apr 2019 00:55:04 +0300 Subject: [PATCH] Remove attrs version limit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 536aa6d..8c46fe3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( "alembic>=1.0.0,<2", "Markdown>=3.0.0,<4", "ruamel.yaml>=0.15.35,<0.16", - "attrs>=18.1.0,<19", + "attrs>=18.1.0", "bcrypt>=3.1.4,<4", "packaging>=10",