feat: empaquetado .exe con instalador y fix conexion SCAII

- launcher.py reescrito para PyInstaller (Voila in-process, kernel router)
- build_exe.bat: script PyInstaller (onedir + collect-all dependencias Jupyter)
- build_installer.bat + installer.iss: instalador Inno Setup
- schema_registro_sqlite.sql: schema DataStage en SQLite
- _make_conn_str ahora respeta SCAII_TRUSTED (Windows Auth)
- .env.example: quitar variables DB_* (Postgres ya no usado por DataStage)
- requirements.txt: quitar psycopg2-binary

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-22 15:57:25 -05:00
parent a65f34d852
commit 71ef0b390a
8 changed files with 20935 additions and 4787 deletions

View File

@@ -11,5 +11,4 @@ jupyter_server>=2.0
notebook>=7.0
scikit-learn>=1.3
pyinstaller>=6.0
psycopg2-binary>=2.9
sqlalchemy>=2.0