From 281a20f56a79ace5e8bfcc44dfae8c04bb9b349b Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 3 Jul 2019 12:55:13 +0200 Subject: [PATCH] Fix dependency pinning --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c105912..d4473e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ maintainer-email = "madsmtm@gmail.com" home-page = "https://github.com/carpedm20/fbchat/" requires = [ "aenum~=2.0", - "attrs~=18.2.0", - "requests~=2.19.0", + "attrs>=18.2", + "requests~=2.19", "beautifulsoup4~=4.0", ] description-file = "README.rst"