mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-28 10:32:09 -04:00
Implemented auto unpeering unreachable nodes
This commit is contained in:
parent
d2bc7fc32e
commit
934a208965
2 changed files with 28 additions and 5 deletions
4
setup.py
4
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="lxmf",
|
||||
version="0.1.0",
|
||||
version="0.1.1",
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="Lightweight Extensible Message Format for Reticulum",
|
||||
|
@ -18,6 +18,6 @@ setuptools.setup(
|
|||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
install_requires=['rns>=0.2.4'],
|
||||
install_requires=['rns>=0.2.8'],
|
||||
python_requires='>=3.6',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue