Skip to content

Commit

Permalink
Support more recent reedsolo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored and radimkarnis committed Apr 17, 2023
1 parent d264dde commit e0a7894
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 @@ -125,7 +125,7 @@ def find_version(*file_paths):
"cryptography>=2.1.4,<40.0.0",
"ecdsa>=0.16.0",
"pyserial>=3.0",
"reedsolo>=1.5.3,<=1.6.0",
"reedsolo>=1.5.3,<1.8",
],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit e0a7894

Please sign in to comment.