Skip to content

Commit 889be43

Browse files
committed
release version 0.6
1 parent dc9d148 commit 889be43

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dmr-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
57
pytest>=7.0.1
68
pytest-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)
911
crc>=1.1.2
10-
# required for test tools working with pcap/pcapng
11-
scapy>=2.4.5
1212
# for repo contributors
1313
pre-commit

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
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=[

0 commit comments

Comments
 (0)