smartknob/software/python/Pipfile
Scott Bezek acfc85f72b
Python software example (#106)
Add protobuf/cobs/crc32 framework code and a really basic python example
2023-02-04 12:34:12 -08:00

15 lines
187 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyserial = "*"
cobs = "*"
protobuf = "==3.20.3"
[dev-packages]
[requires]
python_version = "3.10"