Skip to content

Commit

Permalink
require pyusb 1.1.1 in favour of #93
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 16, 2023
1 parent 6cac1ed commit 38a95e0
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 @@ -134,7 +134,7 @@ def get_version(rel_path):
entry_points={"console_scripts": ["openant=openant.__init__:_main"]},
packages=find_packages(exclude=["*test.*", "*tests"]),
python_requires=">=3.7",
install_requires=["pyusb>=1.0a2"],
install_requires=["pyusb>=1.1.1"],
extras_require={
"serial": ["pyserial"],
"influx": ["influxdb-client"],
Expand Down

0 comments on commit 38a95e0

Please sign in to comment.