Skip to content

Commit 2a58bc8

Browse files
authored
Merge pull request #1967 from samson0v/master
Removed configuration wizard
2 parents 9cd25f5 + 6c7a3ef commit 2a58bc8

File tree

5 files changed

+0
-600
lines changed

5 files changed

+0
-600
lines changed

requirements-full.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ orjson
99
pybase64
1010
urllib3>=2.3.0
1111
requests>=2.32.3
12-
questionary
13-
pyfiglet
1412
python-dateutil
15-
termcolor
1613
grpcio
1714
mmh3
1815
protobuf

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ orjson
99
pybase64
1010
urllib3>=2.3.0
1111
requests>=2.32.3
12-
questionary
13-
pyfiglet
1412
python-dateutil
15-
termcolor
1613
grpcio
1714
mmh3
1815
protobuf

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
'simplejson',
7878
'urllib3>=2.3.0',
7979
'requests>=2.32.3',
80-
'questionary',
81-
'pyfiglet',
82-
'termcolor',
8380
'mmh3',
8481
'grpcio',
8582
'protobuf',
@@ -95,7 +92,6 @@
9592
entry_points={
9693
'console_scripts': [
9794
'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon',
98-
'tb-gateway-configurator = thingsboard_gateway.gateway.configuration_wizard:configure',
9995
'tb-gateway-shell = thingsboard_gateway.gateway.shell:main'
10096
]
10197
})

tests/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ PyYAML
88
simplejson
99
urllib3<=1.26.15
1010
requests>=2.31.0
11-
questionary
12-
pyfiglet
13-
termcolor
1411
grpcio==1.58.0
1512
mmh3
1613
protobuf<=3.20.0

0 commit comments

Comments
 (0)