mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore(dependencies): add pyserial version 3.5 or higher to project dependencies
This commit is contained in:
parent
2f5474a153
commit
7dc596d292
2 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ dependencies = [
|
|||
"lxmf>=1.0.1",
|
||||
"psutil>=7.2.2",
|
||||
"bleak==3.0.2",
|
||||
"pyserial>=3.5",
|
||||
"rns>=1.3.5",
|
||||
"websockets>=16.0",
|
||||
"bcrypt>=5.0.0,<6.0.0",
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -1884,6 +1884,7 @@ dependencies = [
|
|||
{ name = "ply" },
|
||||
{ name = "psutil" },
|
||||
{ name = "pycparser" },
|
||||
{ name = "pyserial" },
|
||||
{ name = "rns" },
|
||||
{ name = "websockets" },
|
||||
]
|
||||
|
|
@ -1918,6 +1919,7 @@ requires-dist = [
|
|||
{ name = "ply", specifier = ">=3.11,<4.0" },
|
||||
{ name = "psutil", specifier = ">=7.2.2" },
|
||||
{ name = "pycparser", specifier = ">=3.0" },
|
||||
{ name = "pyserial", specifier = ">=3.5" },
|
||||
{ name = "rns", specifier = ">=1.3.5" },
|
||||
{ name = "websockets", specifier = ">=16.0" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue