mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
11 lines
211 B
TOML
11 lines
211 B
TOML
|
|
[project]
|
||
|
|
name = "meshcore"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Managing python dependencies for tools"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = [
|
||
|
|
"pillow>=12.2.0",
|
||
|
|
"pyserial>=3.5",
|
||
|
|
]
|