Skip to content

Commit

Permalink
release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Aug 16, 2022
1 parent dc9d148 commit 889be43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dmr-kaitai>=0.9
bitarray>=2.4.0
numpy>=1.21.4
bitarray==2.6.0
numpy==1.23.2
# required for test tools and working with pcap/pcapng (eg. cli dmrlib-pcap-tool)
scapy>=2.4.5
# for testing
pytest>=7.0.1
pytest-cov>=3.0.0
pytest-asyncio>=0.18.2
pytest-asyncio==0.19.0
# required only to run test_crc (comparing crc and bit-crc implementations)
crc>=1.1.2
# required for test tools working with pcap/pcapng
scapy>=2.4.5
# for repo contributors
pre-commit
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
],
},
keywords="dmr etsi ham mmdvm homebrew radio hytera motorola",
python_requires="~=3.8",
python_requires=">=3.8",
install_requires=[
"dmr-kaitai>=0.9",
"bitarray>=2.4.0",
"numpy>=1.21.4",
"dmr-kaitai>=1.0",
"bitarray>=2.6.0",
"numpy>=1.23.2",
"scapy>=2.4.5",
],
classifiers=[
Expand Down

0 comments on commit 889be43

Please sign in to comment.