Skip to content

Commit d185e0c

Browse files
committed
Fixed message splitting and optimized checking
1 parent 1f4e3bf commit d185e0c

File tree

3 files changed

+220
-116
lines changed

3 files changed

+220
-116
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
long_description_content_type="text/markdown",
3636
python_requires=">=3.7",
3737
packages=["."],
38-
install_requires=['tb-paho-mqtt-client>=1.6.3', 'requests>=2.31.0', 'simplejson'],
38+
install_requires=['tb-paho-mqtt-client>=1.6.3', 'requests>=2.31.0', 'orjson'],
3939
download_url='https://github.com/thingsboard/thingsboard-python-client-sdk/archive/%s.tar.gz' % VERSION)

0 commit comments

Comments
 (0)