From 324c44871e43599fd05a1e95f3c36b1986ca2f64 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 29 Jun 2019 19:24:15 -0400 Subject: Require pyperclip >= 1.6 which simplifies clipboard.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f6b8f512..3319c82d 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ Topic :: Software Development :: Libraries :: Python Modules SETUP_REQUIRES = ['setuptools_scm'] -INSTALL_REQUIRES = ['pyperclip >= 1.5.27', 'colorama', 'attrs >= 16.3.0', 'wcwidth >= 0.1.7'] +INSTALL_REQUIRES = ['pyperclip >= 1.6', 'colorama >= 0.3.7', 'attrs >= 16.3.0', 'wcwidth >= 0.1.7'] EXTRAS_REQUIRE = { # Windows also requires pyreadline to ensure tab completion works -- cgit v1.2.1