mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
update python and lnd version requirements
This commit is contained in:
parent
1a2b4d1952
commit
f748305dd9
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue