Skip to content

Commit

Permalink
Drop PyBluez requirement for mac OS
Browse files Browse the repository at this point in the history
PyBluez needs some work for mac OS, drop it for now.
  • Loading branch information
schodet committed Dec 15, 2021
1 parent c8d0a49 commit cdb5701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ install_requires =
pyusb >= 1.2.1
pybluez >= 0.23; platform_system == 'Linux'
pybluez >= 0.23; platform_system == 'Windows'
pybluez >= 0.23; platform_system == 'Darwin'

[flake8]
max-line-length = 88
Expand Down

0 comments on commit cdb5701

Please sign in to comment.