Browse Source
requirements: bump python-ecdsa minimum
0.9 was not actually enough...
regtest_lnd
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
contrib/requirements/requirements.txt
|
@ -1,5 +1,5 @@ |
|
|
pyaes>=0.1a1 |
|
|
pyaes>=0.1a1 |
|
|
ecdsa>=0.9 |
|
|
ecdsa>=0.13 |
|
|
qrcode |
|
|
qrcode |
|
|
protobuf |
|
|
protobuf |
|
|
dnspython |
|
|
dnspython |
|
|