Skip to content

Commit

Permalink
setup.py: Require bitarray less than version 3
Browse files Browse the repository at this point in the history
The API is changed and Greaseweazle will need fixing for v3.

Refs #502
  • Loading branch information
keirf committed Oct 23, 2024
1 parent c64333b commit 84771fb
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 @@ -18,7 +18,7 @@ def version():
version = version(),
install_requires = [
'crcmod',
'bitarray',
'bitarray<3',
'pyserial',
'requests'
],
Expand Down

0 comments on commit 84771fb

Please sign in to comment.