update python and lnd version requirements

This commit is contained in:
bitromortac 2021-11-14 11:24:01 +01:00
parent 1a2b4d1952
commit f748305dd9
No known key found for this signature in database
GPG key ID: 1965063FC13BEBE2
2 changed files with 2 additions and 1 deletions

View file

@ -456,7 +456,7 @@ If you are running an older version of lnd checkout the according
[tag](https://github.com/bitromortac/lndmanage/releases).
### Requirements
Installation of lndmanage requires `>=python3.6`, `lnd v0.13.0/v0.13.1`, `python3-venv`.
Installation of lndmanage requires `>=python3.8`, `lnd v0.13.X/v0.14.0`, `python3-venv`.
#### Optional Requirements
Depending on if you want to install from source dependency packages you may

View file

@ -24,6 +24,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/bitromortac/lndmanage",
packages=setuptools.find_packages(),
python_requires='>3.8.0',
install_requires=[
"googleapis-common-protos>=1.52.0",
"grpcio>=1.31.0",