11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# OBD2 Emulator Dependencies
|
|
|
|
# CAN bus interface
|
|
python-can>=4.3.0
|
|
|
|
# Configuration validation
|
|
pydantic>=2.5.0
|
|
|
|
# Type hints (optional, for development)
|
|
typing-extensions>=4.8.0
|