This commit is contained in:
2026-01-29 17:17:14 +03:00
parent f54778528e
commit 69acad18ca
16 changed files with 2418 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
# 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