13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
# Project Python dependencies
|
|
# The core application primarily uses the Python standard library (tkinter, zipfile, hashlib, json, shutil).
|
|
# These optional runtime dependencies are recommended for full functionality of the bundled externals.
|
|
|
|
# Optional: resource monitoring support
|
|
psutil>=5.9.0
|
|
|
|
# Optional: robust charset detection/normalization if you add encoding heuristics
|
|
charset-normalizer>=3.0.0
|
|
|
|
# Dev / test dependencies (not required at runtime)
|
|
# pytest>=7.0.0
|