From ddf4b91bba089b6faac75a7a40409f945e091a12 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Wed, 12 Jan 2022 19:58:20 +0100 Subject: [PATCH] Drop version constraint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d7b847..c748c45 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def version_from_git(): packages=find_packages(exclude=["contrib", "docs", "tests"]), package_data={"rflink": ["py.typed"]}, install_requires=[ - "async_timeout<4", + "async_timeout", "docopt", "pyserial", "pyserial-asyncio",