mm-iot-sdk/framework/Pipfile
Morse Micro 4f4eb7fc7a Morse Micro MM-IoT-SDK release 2.9.7
This commit introduces version 2.9.7 of the Morse Micro MM-IoT-SDK
for ARM microcontroller base platforms.
2025-10-04 02:04:28 +10:00

42 lines
979 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
protobuf = "~=3.20.3"
coloredlogs = "*"
hjson = "*"
pyelftools = "*"
dacite = "*"
dict-to-dataclass = "*"
[dev-packages]
matplotlib = "~=3.7.3"
pyyaml = "*"
pypugjs = "*"
pandas = "~=2.0.3"
enlighten = "*"
gitpython = "*"
jinja2 = "*"
jira = "3.8.0"
numpy = "~=1.24.4"
requests = "*"
prettytable = "*"
plotly = "~=5.15.0"
kaleido = "==0.2.1"
# contourpy is a dependency of kaleido. We're only specifying a version because we're using 3.8 and
# pipenv is trying to install an unsupported version (newer).
contourpy = "~=1.1.1"
ruff = "== 0.4.4"
# To utilise these additional package categories simply add `--categories power-measurement` option to
# the pipenv command. See https://pipenv.pypa.io/en/latest/specifiers/#specifying-package-categories
# for more details.
pyserial = "*"
crc = "*"
jsonschema = "*"
compiledb = "*"
[power-measurement]
joulescope-ui = "*"
joulescope = "*"