chore: update package.json and pnpm-lock.yaml for dependency upgrades and new configurations

This commit is contained in:
2026-01-03 15:44:06 -06:00
parent 00af1e3b46
commit b544108d4b
4 changed files with 929 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "reticulum-meshchatx"
version = "3.3.2"
version = "4.0.0"
description = "A simple mesh network communications app powered by the Reticulum Network Stack"
authors = [
{name = "Sudo-Ivan"}
@@ -29,9 +29,9 @@ dependencies = [
"aiohttp-session>=2.12.1,<3.0.0",
"cryptography>=46.0.3,<47.0.0",
"requests>=2.32.5,<3.0.0",
"lxst>=0.4.5,<0.5.0",
"audioop-lts>=0.2.2; python_version >= '3.13'",
"ply>=3.11,<4.0",
"lxst",
]
[project.scripts]
@@ -43,6 +43,9 @@ Homepage = "https://git.quad4.io/RNS-Things/MeshChatX"
[tool.poetry]
packages = [{include = "meshchatx"}]
[tool.poetry.dependencies]
python = ">=3.11"
[tool.poetry.group.dev.dependencies]
cx-freeze = ">=7.0.0"
pytest = ">=9.0.2,<10.0.0"