From 61988e7d782110b58fead3c46fc35050c58667f3 Mon Sep 17 00:00:00 2001 From: imbeacon Date: Wed, 3 Jan 2024 10:52:18 +0200 Subject: [PATCH] Added additional dependencies to avoid certification mischeck --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca0588e31..9bf61d932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ protobuf<=3.20.0 cachetools cryptography==3.4.* tb-mqtt-client>=1.5 +service-identity diff --git a/setup.py b/setup.py index 796fdcc42..ae230fd8d 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,8 @@ 'protobuf', 'cachetools', 'tb-mqtt-client>=1.5', - 'packaging==23.1' + 'packaging==23.1', + 'service-identity' ], download_url='https://github.com/thingsboard/thingsboard-gateway/archive/%s.tar.gz' % VERSION, entry_points={