diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-04-20 15:29:42 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-04-20 15:29:42 +0200 |
commit | 6af72160bf98b58682b8f9fc5aabf51928d2b1d3 (patch) | |
tree | ccc68c2f854542f04021bdd2f5218693a8c1858f | |
parent | 3d7cde058b7e6242d93b9bc9d3e17520ffb578a5 (diff) | |
download | mitmproxy-6af72160bf98b58682b8f9fc5aabf51928d2b1d3.tar.gz mitmproxy-6af72160bf98b58682b8f9fc5aabf51928d2b1d3.tar.bz2 mitmproxy-6af72160bf98b58682b8f9fc5aabf51928d2b1d3.zip |
[requires.io] dependency update on master branch (#2252)
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ setup( "kaitaistruct>=0.7, <0.8", "passlib>=1.6.5, <1.8", "pyasn1>=0.1.9, <0.3", - "pyOpenSSL>=16.0, <17.0", + "pyOpenSSL>=16.0, <17.1", "pyparsing>=2.1.3, <2.3", "pyperclip>=1.5.22, <1.6", "requests>=2.9.1, <3", |