diff options
| author | ColdFire <9128903+fenilgandhi@users.noreply.github.com> | 2018-02-23 23:25:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 23:25:14 +0530 |
| commit | 8008e25527be3322f97a8eb87369e30ccc1ff48d (patch) | |
| tree | 8f26c321961bcee0fa10750c42ed2e5abc1d9bbd /setup.py | |
| parent | 777cb98a86f3e8883383935661e2ed20ed9b6bd4 (diff) | |
| parent | 18384eecbd8fafca87d7ecaa79d366a5df1063e0 (diff) | |
| download | mitmproxy-8008e25527be3322f97a8eb87369e30ccc1ff48d.tar.gz mitmproxy-8008e25527be3322f97a8eb87369e30ccc1ff48d.tar.bz2 mitmproxy-8008e25527be3322f97a8eb87369e30ccc1ff48d.zip | |
Merge branch 'master' into issue-2872
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ setup( "pyasn1>=0.3.1,<0.5", "pyOpenSSL>=17.5,<17.6", "pyparsing>=2.1.3, <2.3", - "pyperclip>=1.5.22, <1.7", + "pyperclip>=1.6.0, <1.7", "requests>=2.9.1, <3", "ruamel.yaml>=0.13.2, <0.16", "sortedcontainers>=1.5.4, <1.6", |
