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

Added dependencies

This commit is contained in:
zbeacon
2020-03-02 12:14:49 +02:00
parent 7135d2b08b
commit 0a6d2a6a29
2 changed files with 4 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ pyyaml python3-PyYAML; PEP386
pyrsistent python3-pyrsistent; PEP386
importlib python3-importlib; PEP386
jsonparh-rw python3-jsonpath-rw; PEP386
regex python3-regex; PEP386
regex python3-regex; PEP386
requests python3-requests; PEP386

View File

@@ -37,7 +37,8 @@ setup(
'pytz',
'PyYAML',
'simplejson',
'pyrsistent'
'pyrsistent',
'requests'
],
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.tar.gz',
entry_points={