mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
Move to minimum required mypy dependeces
This fix some dependencies error with lnprototest Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
parent
f2d0e93ce0
commit
b40812494d
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ base58 ~= 2.0.1
|
|||
bitstring ~= 3.1.6
|
||||
coincurve ~= 13.0.0
|
||||
cryptography ~= 3.2
|
||||
mypy==0.790
|
||||
mypy>=0.790
|
||||
pysocks ~= 1.7.1
|
||||
|
|
Loading…
Add table
Reference in a new issue