SXXXXXXX_PyDownloadFwViaSRIO/requirements.txt
2026-01-22 17:10:05 +01:00

13 lines
448 B
Plaintext

# Python dependencies for pydownloadfwviasrio
# Install with: pip install -r requirements.txt
# No external dependencies required!
# This application uses only Python standard library modules:
# - tkinter (GUI)
# - socket, struct (TFTP protocol)
# - dataclasses, typing (data structures)
# - configparser, json (configuration)
# - threading, pathlib, os, time, re (utilities)
# All these modules are included in standard Python 3.8+ installation