Commit Graph

8 Commits

Author SHA1 Message Date
Michael Schmoock
13e65260bf autopilot: reduced networkx min version to 2.6 for py 3.7 compat 2022-12-29 14:37:05 +01:00
Michael Schmoock
e20eb77885 autopilot: adds missing requirements.txt file 2022-12-20 12:11:13 +01:00
Christian Decker
f877537f8f autopilot: Migrate to poetry 2022-04-28 12:57:06 +02:00
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