Skip to content

Commit

Permalink
Added additional dependencies to avoid certification mischeck
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Jan 3, 2024
1 parent b431d41 commit 61988e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ protobuf<=3.20.0
cachetools
cryptography==3.4.*
tb-mqtt-client>=1.5
service-identity
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 61988e7

Please sign in to comment.