diff options
| author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-03-15 11:45:47 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-15 11:45:47 +0100 | 
| commit | ec5d9cbd2b224d11e0e8df912b19decbd149d1b9 (patch) | |
| tree | 38028e7d712b79ca5aa1686fec9e0d204563cc35 | |
| parent | 56b087278a741310a44d4db2ab8c2d68d786fc7d (diff) | |
| parent | aa4ab88459d27e3a9284e3ab18b1ee04f7564250 (diff) | |
| download | mitmproxy-ec5d9cbd2b224d11e0e8df912b19decbd149d1b9.tar.gz mitmproxy-ec5d9cbd2b224d11e0e8df912b19decbd149d1b9.tar.bz2 mitmproxy-ec5d9cbd2b224d11e0e8df912b19decbd149d1b9.zip  | |
Merge pull request #2159 from Kriechi/bump-pyparsing
bump pyparsing
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ setup(          "passlib>=1.6.5, <1.8",          "pyasn1>=0.1.9, <0.3",          "pyOpenSSL>=16.0, <17.0", -        "pyparsing>=2.1.3, <2.2", +        "pyparsing>=2.1.3, <2.3",          "pyperclip>=1.5.22, <1.6",          "requests>=2.9.1, <3",          "ruamel.yaml>=0.13.2, <0.14",  | 
