From da3af6520f94da8056f3c49d7fb7355c9196a2b8 Mon Sep 17 00:00:00 2001 From: Josue Ortega Date: Fri, 5 May 2017 11:30:47 -0600 Subject: [PATCH] Removed pyperclip installation requirement, no longer needed --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1fb777f..ce0eb00 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ install_requires = [ 'kitchen', 'requests >=2.4.0', # https://github.com/michael-lazar/rtv/issues/325 'six', - 'pyperclip' ] tests_require = [