mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
pyln: Pin mypy to version 0.790 since later has import path issues
This commit is contained in:
committed by
Rusty Russell
parent
74b4f95552
commit
8e0d0c3e7b
@@ -2,5 +2,5 @@ base58 ~= 2.0.1
|
|||||||
bitstring ~= 3.1.6
|
bitstring ~= 3.1.6
|
||||||
coincurve ~= 13.0.0
|
coincurve ~= 13.0.0
|
||||||
cryptography ~= 3.2
|
cryptography ~= 3.2
|
||||||
mypy ~= 0.790
|
mypy==0.790
|
||||||
pysocks ~= 1.7.1
|
pysocks ~= 1.7.1
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import codecs
|
import codecs
|
||||||
import io
|
import io
|
||||||
|
|||||||
Reference in New Issue
Block a user