From c1800a174fd9dd1b60e637fb97738bff56b4d871 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 24 Feb 2019 19:05:10 +0100 Subject: [PATCH] Update minimum attrs version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b2913d..0e32539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ maintainer-email = "madsmtm@gmail.com" home-page = "https://github.com/carpedm20/fbchat/" requires = [ "aenum", - "attrs", + "attrs~=18.2.0", "requests", "beautifulsoup4", ]