# GenX UDS Flashing - Python dependencies
#
# All of these are already pre-installed in the portable Python environment
# at ../python/  — no manual install needed when using FLASH.bat.
#
# To install manually into any Python environment:
#   python -m pip install -r requirements.txt
#
# For gs_usb hardware support (optional):
#   python -m pip install gs-usb

python-can==4.3.1
can-isotp==2.0.2
udsoncan==1.25.2
intelhex==2.3.0
pyserial>=3.5
