Skip to content

Commit

Permalink
Release v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Nov 13, 2022
1 parent a41effe commit d57374f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.6.0
numpy==1.23.2
numpy==1.23.4
# 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.19.0
pytest==7.2.0
pytest-cov==4.0.0
pytest-asyncio==0.20.2
# required only to run test_crc (comparing crc and bit-crc implementations)
crc>=1.1.2
crc==1.3.0
# for repo contributors
pre-commit
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author="Marek Sebera",
author_email="[email protected]",
license="AGPL-3.0",
version="0.6.1",
version="0.7",
packages=[
"okdmr.dmrlib",
"okdmr.dmrlib.transmission",
Expand Down Expand Up @@ -47,7 +47,7 @@
install_requires=[
"dmr-kaitai>=1.0",
"bitarray>=2.6.0",
"numpy>=1.23.2",
"numpy>=1.23.4",
"scapy>=2.4.5",
],
classifiers=[
Expand All @@ -60,6 +60,6 @@
"Framework :: Pytest",
"Intended Audience :: Telecommunications Industry",
"Natural Language :: English",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit d57374f

Please sign in to comment.