From a8a747070a4b85ca5f29029edab2195fc07e9a4f Mon Sep 17 00:00:00 2001 From: Paul Vivier Date: Tue, 15 Sep 2020 23:26:19 -0400 Subject: [PATCH] Requires was failing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 028955c..196f279 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( packages=["meshtastic"], include_package_data=True, install_requires=["pyserial>=3.4", "protobuf>=3.6.1", - "pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect>=4.6.0", "PyQRCode>=1.2.1" + "pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect>=4.6.0", "PyQRCode>=1.2.1", "pygatt>=4.0.5"], python_requires='>=3.4', entry_points={