Skip to content

Commit

Permalink
Updated required libraries for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Apr 1, 2024
1 parent d1cff07 commit c1fca01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'thingsboard_gateway.extensions.socket', 'thingsboard_gateway.extensions.xmpp',
],
install_requires=[
'cryptography==3.4.*',
'cryptography',
'jsonpath-rw',
'regex',
'pip',
Expand All @@ -66,7 +66,7 @@
'pyfiglet',
'termcolor',
'mmh3',
'grpcio==1.58.0',
'grpcio',
'protobuf',
'cachetools',
'tb-mqtt-client>=1.5',
Expand Down

0 comments on commit c1fca01

Please sign in to comment.