Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ orjson
pybase64
urllib3>=2.3.0
requests>=2.32.3
questionary
pyfiglet
python-dateutil
termcolor
grpcio
mmh3
protobuf
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ orjson
pybase64
urllib3>=2.3.0
requests>=2.32.3
questionary
pyfiglet
python-dateutil
termcolor
grpcio
mmh3
protobuf
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
'simplejson',
'urllib3>=2.3.0',
'requests>=2.32.3',
'questionary',
'pyfiglet',
'termcolor',
'mmh3',
'grpcio',
'protobuf',
Expand All @@ -95,7 +92,6 @@
entry_points={
'console_scripts': [
'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon',
'tb-gateway-configurator = thingsboard_gateway.gateway.configuration_wizard:configure',
'tb-gateway-shell = thingsboard_gateway.gateway.shell:main'
]
})
3 changes: 0 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ PyYAML
simplejson
urllib3<=1.26.15
requests>=2.31.0
questionary
pyfiglet
termcolor
grpcio==1.58.0
mmh3
protobuf<=3.20.0
Expand Down
Loading
Loading