File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11dmr-kaitai >= 0.9
22bitarray == 2.6.0
3- numpy == 1.23.2
3+ numpy == 1.23.4
44# required for test tools and working with pcap/pcapng (eg. cli dmrlib-pcap-tool)
55scapy >= 2.4.5
66# for testing
7- pytest >= 7.0.1
8- pytest-cov >= 3 .0.0
9- pytest-asyncio == 0.19.0
7+ pytest == 7.2.0
8+ pytest-cov == 4 .0.0
9+ pytest-asyncio == 0.20.2
1010# required only to run test_crc (comparing crc and bit-crc implementations)
11- crc >= 1.1.2
11+ crc == 1.3.0
1212# for repo contributors
1313pre-commit
Original file line number Diff line number Diff line change 1717 author = "Marek Sebera" ,
1818 author_email = "marek.sebera@gmail.com" ,
1919 license = "AGPL-3.0" ,
20- version = "0.6.1 " ,
20+ version = "0.7 " ,
2121 packages = [
2222 "okdmr.dmrlib" ,
2323 "okdmr.dmrlib.transmission" ,
4747 install_requires = [
4848 "dmr-kaitai>=1.0" ,
4949 "bitarray>=2.6.0" ,
50- "numpy>=1.23.2 " ,
50+ "numpy>=1.23.4 " ,
5151 "scapy>=2.4.5" ,
5252 ],
5353 classifiers = [
6060 "Framework :: Pytest" ,
6161 "Intended Audience :: Telecommunications Industry" ,
6262 "Natural Language :: English" ,
63- "Programming Language :: Python :: 3.7 " ,
63+ "Programming Language :: Python :: 3.8 " ,
6464 ],
6565)
You can’t perform that action at this time.
0 commit comments