Updated required LXMF to 0.9.1

pull/96/head 1.8.0
Mark Qvist 2025-11-03 22:35:22 +01:00
parent ef53318d29
commit 88e8db6118
2 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@ fetchshare:
-(rm ./share/mirrors/* -r)
cp ../../dist_archive/rns-1.0.1-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/rnspure-1.0.1-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/lxmf-0.9.0-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/nomadnet-0.9.0-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/lxmf-0.9.1-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/nomadnet-0.9.1-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/rnsh-0.1.7-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/RNode_Firmware_*_Source.zip ./share/pkg/
zip --junk-paths ./share/pkg/example_plugins.zip ../docs/example_plugins/*.py

View File

@ -115,7 +115,7 @@ setuptools.setup(
},
install_requires=[
"rns>=1.0.1",
"lxmf>=0.9.0",
"lxmf>=0.9.1",
"kivy>=2.3.0",
"pillow>=10.2.0",
"qrcode",