mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2026-01-13 19:12:49 +01:00
21 lines
299 B
Plaintext
21 lines
299 B
Plaintext
# 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 |