1
0
mirror of https://github.com/gryf/softtoken.git synced 2025-12-19 04:20:22 +01:00

Add pyperclip dep to setup.py

This commit is contained in:
Terry Wilson
2018-09-19 10:14:49 -05:00
committed by Daniel Alvarez
parent 26920a30b2
commit 85ac5243bb

View File

@@ -59,6 +59,7 @@ setup(
'configparser==3.5.0', 'configparser==3.5.0',
'pbr>=1.6', 'pbr>=1.6',
'pyotp==2.2.1', 'pyotp==2.2.1',
'pyperclip>=1.5.27',
'PyUserInput==0.1.11', 'PyUserInput==0.1.11',
], ],
# extras_require={ # extras_require={