mirror of
https://github.com/markqvist/LoRaMon
synced 2026-08-12 17:40:19 -04:00
Dependency version adjustment
This commit is contained in:
parent
e8d2781122
commit
9dec0af32d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="loramon",
|
||||
version="0.9.4",
|
||||
version="0.9.5",
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="LoRa packet sniffer for RNode hardware",
|
||||
|
|
@ -22,5 +22,5 @@ setuptools.setup(
|
|||
'console_scripts': ['loramon=loramon:main']
|
||||
},
|
||||
install_requires=['pyserial'],
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.5',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue