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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user