Full implementation of multi-type server management across GUI and CLI: New clients: SQLClient (MariaDB/MSSQL/PostgreSQL), RedisClient, GrafanaClient, PrometheusClient, TelnetSession, WinRMClient, RemoteDesktopLauncher. New GUI tabs: QueryTab (SQL editor + Treeview), RedisTab (console + history), GrafanaTab (dashboards + alerts), PrometheusTab (PromQL + targets), PowershellTab (PS/CMD), LaunchTab (RDP/VNC external client). Infrastructure: TAB_REGISTRY for conditional tabs per server type, adaptive server_dialog fields, colored type badges in sidebar, status checker for all types (SSH/TCP/SQL/Redis/HTTP), 100+ i18n keys. CLI: ssh.py extended with --sql, --redis, --grafana-*, --prom-*, --ps, --cmd. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
customtkinter>=5.2.0
|
|
paramiko>=3.4.0
|
|
pillow>=10.0.0
|
|
cryptography>=41.0.0
|
|
pyotp>=2.9.0
|
|
pyte>=0.8.1
|
|
psutil>=5.9.0
|
|
pymysql>=1.1.0
|
|
psycopg2-binary>=2.9.9
|
|
pymssql>=2.2.8
|
|
redis>=5.0.0
|
|
requests>=2.31.0
|
|
pywinrm>=0.4.3
|
|
telnetlib3>=2.0.0
|