Skip to content

Commit

Permalink
Drop version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed Jan 12, 2022
1 parent bb99d39 commit ddf4b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ddf4b91

Please sign in to comment.