Skip to content

Commit

Permalink
Merge pull request #1180 from samson0v/feature/new-remote-configurator
Browse files Browse the repository at this point in the history
New Configuration Wizard
  • Loading branch information
imbeacon authored Sep 19, 2023
2 parents 94e37a6 + a1392b1 commit dbd329e
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 229 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PyYAML
simplejson
urllib3<=1.26.15
requests>=2.31.0
PyInquirer
questionary
pyfiglet
termcolor
grpcio==1.58.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'simplejson',
'urllib3<=1.26.15',
'requests>=2.31.0',
'PyInquirer',
'questionary',
'pyfiglet',
'termcolor',
'mmh3',
Expand Down
Loading

0 comments on commit dbd329e

Please sign in to comment.