Updated docs

This commit is contained in:
Mark Qvist 2021-08-28 20:10:00 +02:00
parent 2678aeb6a1
commit 4bbf1ae57d
5 changed files with 38 additions and 14 deletions

View file

@ -21,5 +21,5 @@ setuptools.setup(
"Operating System :: OS Independent",
],
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
python_requires='>=3.5',
python_requires='>=3.6',
)