mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-26 01:14:20 +01:00
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.
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
dnspython>=1.16.0
|
|
networkx>=2.4
|
|
numpy>=1.16
|
|
pyln-client>=0.7.3
|