From d1ecf9df9431397e5e7e6fee58c7b04c6f37a44b Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Sat, 24 Feb 2018 00:26:49 +0800 Subject: Explicitly declare pyperclip requirement pyperclip version 1.6.0 introduces an API change: the class `pyperclip.exceptions.PyperclipException` is moved to `pyperclip.PyperclipException`. As mitmproxy uses the latter, it's better to explicitly declare the requirement. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.3