Skip to content

Commit

Permalink
update readme and setuptools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Jan 31, 2022
1 parent 7923de1 commit dcabf17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This package provides way to parse and assemble various DMR ETSI protocols and f
| Hamming (17,12,3) |||
| Golay (20,8,7) |||
| Quadratic Residue (16,7,6) |||
| Reed-Solomon (12,9,4) |||

### Coding

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
scripts=[],
keywords="dmr etsi ham mmdvm homebrew radio hytera motorola",
python_requires="~=3.7",
install_requires=["dmr-kaitai>=0.7", "bitarray>=2.3.4", "numpy>=1.21.4"],
install_requires=["dmr-kaitai>=0.7", "bitarray>=2.3.5", "numpy>=1.21.4"],
classifiers=[
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
Expand Down

0 comments on commit dcabf17

Please sign in to comment.