mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
setup: update dependencies
We bump versions of googleapis-common-protos and grpcio and pygments.
This commit is contained in:
parent
9f4d5c3fb5
commit
480d887fe5
1 changed files with 3 additions and 5 deletions
8
setup.py
8
setup.py
|
|
@ -30,13 +30,11 @@ setuptools.setup(
|
|||
packages=setuptools.find_packages(),
|
||||
python_requires='>=3.9.0',
|
||||
install_requires=[
|
||||
"googleapis-common-protos==1.58.0",
|
||||
"grpcio==1.51.3",
|
||||
"grpcio-tools==1.48.2",
|
||||
"googleapis-common-protos==1.62.0",
|
||||
"grpcio==1.60.0",
|
||||
"networkx==3.0",
|
||||
"numpy==1.24.2",
|
||||
"protobuf==3.20.3",
|
||||
"Pygments==2.14.0",
|
||||
"Pygments==2.17.2",
|
||||
],
|
||||
extras_require={
|
||||
"test": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue