aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorColdFire <9128903+fenilgandhi@users.noreply.github.com>2018-02-23 23:25:14 +0530
committerGitHub <noreply@github.com>2018-02-23 23:25:14 +0530
commit8008e25527be3322f97a8eb87369e30ccc1ff48d (patch)
tree8f26c321961bcee0fa10750c42ed2e5abc1d9bbd /setup.py
parent777cb98a86f3e8883383935661e2ed20ed9b6bd4 (diff)
parent18384eecbd8fafca87d7ecaa79d366a5df1063e0 (diff)
downloadmitmproxy-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f82dbce..8874b574 100644
--- a/setup.py
+++ b/setup.py
@@ -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",