# 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