From 1d180a96f6d69ac9e6df7a1600b06d1c57744e05 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 8 Dec 2021 20:47:14 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0be11f7..a078057 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ setuptools.setup( ] }, - install_requires=['cryptography>=3.4.7'], + install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces'], python_requires='>=3.6', )