File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11dmr-kaitai >= 0.9
2- bitarray >= 2.4.0
3- numpy >= 1.21.4
2+ bitarray == 2.6.0
3+ numpy == 1.23.2
4+ # required for test tools and working with pcap/pcapng (eg. cli dmrlib-pcap-tool)
5+ scapy >= 2.4.5
46# for testing
57pytest >= 7.0.1
68pytest-cov >= 3.0.0
7- pytest-asyncio >= 0.18.2
9+ pytest-asyncio == 0.19.0
810# required only to run test_crc (comparing crc and bit-crc implementations)
911crc >= 1.1.2
10- # required for test tools working with pcap/pcapng
11- scapy >= 2.4.5
1212# for repo contributors
1313pre-commit
Original file line number Diff line number Diff line change 4343 ],
4444 },
4545 keywords = "dmr etsi ham mmdvm homebrew radio hytera motorola" ,
46- python_requires = "~ =3.8" ,
46+ python_requires = "> =3.8" ,
4747 install_requires = [
48- "dmr-kaitai>=0.9 " ,
49- "bitarray>=2.4 .0" ,
50- "numpy>=1.21.4 " ,
48+ "dmr-kaitai>=1.0 " ,
49+ "bitarray>=2.6 .0" ,
50+ "numpy>=1.23.2 " ,
5151 "scapy>=2.4.5" ,
5252 ],
5353 classifiers = [
You can’t perform that action at this time.
0 commit comments