- 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>
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
pandas>=2.0
|
|
numpy>=1.24
|
|
openpyxl>=3.1
|
|
python-dotenv>=1.0
|
|
pyodbc>=5.0
|
|
matplotlib>=3.7
|
|
ipywidgets>=8.0
|
|
voila>=0.5
|
|
nbconvert>=7.0
|
|
jupyter_server>=2.0
|
|
notebook>=7.0
|
|
scikit-learn>=1.3
|
|
pyinstaller>=6.0
|
|
sqlalchemy>=2.0
|