1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Optimized dependencies

This commit is contained in:
zbeacon
2020-07-20 11:11:31 +03:00
parent dcd24a35f7
commit 0b0f336b24
5 changed files with 11 additions and 80 deletions

View File

@@ -27,12 +27,6 @@ from yaml import safe_load
from simplejson import load, dumps, loads
from thingsboard_gateway.tb_utility.tb_utility import TBUtility
try:
import pyrsistent
except ImportError:
TBUtility.install_package("pyrsistent")
from thingsboard_gateway.gateway.tb_client import TBClient
from thingsboard_gateway.gateway.tb_updater import TBUpdater
from thingsboard_gateway.gateway.tb_logger import TBLoggerHandler