Skip to content

Commit 8e0d0c3

Browse files
cdeckerrustyrussell
authored andcommitted
pyln: Pin mypy to version 0.790 since later has import path issues
1 parent 74b4f95 commit 8e0d0c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/pyln-proto/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ base58 ~= 2.0.1
22
bitstring ~= 3.1.6
33
coincurve ~= 13.0.0
44
cryptography ~= 3.2
5-
mypy ~= 0.790
5+
mypy==0.790
66
pysocks ~= 1.7.1

contrib/pyln-proto/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
from setuptools import setup
23
import codecs
34
import io

0 commit comments

Comments
 (0)