pyln: Pin mypy to version 0.790 since later has import path issues

This commit is contained in:
Christian Decker
2021-03-19 16:19:01 +01:00
committed by Rusty Russell
parent 74b4f95552
commit 8e0d0c3e7b
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
from setuptools import setup from setuptools import setup
import codecs import codecs
import io import io