Files
plugins/autopilot/requirements.txt
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

5 lines
63 B
Plaintext

dnspython>=1.16.0
networkx>=2.4
numpy>=1.16
pyln-client>=0.7.3