Skip to content

Commit

Permalink
pyln: Pin mypy to version 0.790 since later has import path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored and rustyrussell committed Apr 8, 2021
1 parent 74b4f95 commit 8e0d0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pyln-proto/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions contrib/pyln-proto/setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

from setuptools import setup
import codecs
import io
Expand Down

0 comments on commit 8e0d0c3

Please sign in to comment.