mirror of
https://github.com/buildwithparallel/mm-iot-sdk
synced 2026-08-10 21:27:58 -04:00
This commit introduces version 2.9.7 of the Morse Micro MM-IoT-SDK for ARM microcontroller base platforms.
42 lines
979 B
TOML
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 = "*"
|