Add ca_bundle for ssl termination. Add config.ini file for parameters

This commit is contained in:
Ettore
2026-01-08 21:41:01 +01:00
parent afbd0a2643
commit c5ff6ce958
3 changed files with 27 additions and 12 deletions

View File

@@ -1,8 +1,21 @@
requests_ntlm==1.1.0
wxPython==4.0.7
requests==2.24.0
openpyxl==3.0.5
Unidecode==1.1.2
PyPDF2==1.26.0
numpy<1.24
lxml
# HTTP requests and NTLM authentication
requests>=2.28.0
requests-ntlm>=1.1.0
# GUI framework
wxPython>=4.1.0
# Excel file parsing
openpyxl>=3.7.0
# PDF manipulation
PyPDF2>=2.0.0
# String utilities
Unidecode>=1.2.0
# XML parsing and validation
lxml>=4.6.0
# Numerical operations
numpy>=1.20.0