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"