Skip to content
Snippets Groups Projects
Verified Commit e456da07 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Do not force pyperclip >1.6 for buster

parent 70dff43d
No related branches found
No related tags found
No related merge requests found
Pipeline #3128 passed with warnings with stages
in 3 minutes and 21 seconds
...@@ -50,7 +50,7 @@ setup( ...@@ -50,7 +50,7 @@ setup(
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'paramiko>=2.2', 'paramiko>=2.2',
'pyperclip>=1.7.0', 'pyperclip>=1.6.4',
'gpg' 'gpg'
], ],
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment