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",