Dependency version adjustment

This commit is contained in:
Mark Qvist 2020-06-09 14:55:18 +02:00
parent e8d2781122
commit 9dec0af32d

View file

@ -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',
)