From ca6308cf2123960a3457c4d67a55c02de6c39981 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 14 Jan 2019 08:46:04 +0100 Subject: [PATCH] Update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 90c085a..817a079 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'get-my-pastebin', py_modules=['get_my_pastebin'], - version = '1.0.10', + version = '1.0.11', python_requires='>3.6', description = 'Terminal application to find and copy your own Paste for Pastebin.', author = 'Andros Fenollosa', @@ -16,7 +16,8 @@ setup( ), install_requires=[ 'Click>=7.0', - 'pick>=0.6.4' + 'pick>=0.6.4', + 'pyperclip>=1.7.0' ], entry_points=''' [console_scripts]