Skip to content

Commit dcabf17

Browse files
committed
update readme and setuptools dependencies
1 parent 7923de1 commit dcabf17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This package provides way to parse and assemble various DMR ETSI protocols and f
2121
| Hamming (17,12,3) |||
2222
| Golay (20,8,7) |||
2323
| Quadratic Residue (16,7,6) |||
24+
| Reed-Solomon (12,9,4) |||
2425

2526
### Coding
2627

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
scripts=[],
3535
keywords="dmr etsi ham mmdvm homebrew radio hytera motorola",
3636
python_requires="~=3.7",
37-
install_requires=["dmr-kaitai>=0.7", "bitarray>=2.3.4", "numpy>=1.21.4"],
37+
install_requires=["dmr-kaitai>=0.7", "bitarray>=2.3.5", "numpy>=1.21.4"],
3838
classifiers=[
3939
"Development Status :: 3 - Alpha",
4040
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",

0 commit comments

Comments
 (0)