From 85ac5243bb7c0f2028dc2d3d7b6d0b709df53078 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 19 Sep 2018 10:14:49 -0500 Subject: [PATCH] Add pyperclip dep to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d90f230..02a5f7a 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( 'configparser==3.5.0', 'pbr>=1.6', 'pyotp==2.2.1', + 'pyperclip>=1.5.27', 'PyUserInput==0.1.11', ], # extras_require={