
This is already fixed in master: https://github.com/mitmproxy/mitmproxy/pull/2435 So it'll hopefully in the next release. Because the pyOpenSSL package name and requirement name do not match we also add code to lower the name for comparison. Also the check-uc only complains about a single issue but there are 3. Change-Id: I6657802908ac4052eeb6c73fb03098b0c3557eb2
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
# Format is
|
|
# <dependency that is incompatible>==<version>;<list,of,affected,packages>
|
|
pyopenssl==17.2.0;mitmproxy
|
|
pyasn1==0.3.3;mitmproxy
|
|
cryptography==2.0.3;mitmproxy
|