Michael Schmoock
4dffeaa719
autopilot: fix broken requirements for python 3.9
...
the old networkx version 2.3 did try to use `fractions.gcd()` which was
deprecated already and is removed for python 3.9. pulling in networkx
version 2.4 works with python 3.9 while also with the code of this
plugin.
2021-09-01 14:22:11 +02:00
darosior
e426f6738e
Update to pyln-client
...
This updates all plugins *which already have requirements.txt* to
pyln-client from pylightning.
2019-12-27 17:17:58 +01:00
José Molina Colmenero
438a7e5974
Fix networkx version
...
Graph.node has been renamed to Graph.nodes in version 2.4 at provokes a failure when running autopilot
2019-12-13 14:07:02 +01:00
Douglas Rohde
f179522c1c
functional peer searching
...
missing imports, handle RPCError
add dnspython requirement
some error handling when connecting to peers
2019-08-12 19:20:29 +02:00
Ján Sáreník
6d9c5a1f3c
Summary: autopilot: add requirements.txt ( #34 )
2019-05-28 12:06:38 +02:00