diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-21 21:20:46 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-21 21:38:03 +0800 |
commit | 6471c27546de9b931d47f35f0f8ad04ac78dff7d (patch) | |
tree | b2970a42eda9c95eadf8d33e9ea8fd41f39719f7 /databases/py-mycli/files/patch-setup.py | |
parent | databases/py-fastparquet: Update to 2024.11.0 (diff) |
databases/py-mycli: Update to 1.28.0
Changes: https://github.com/dbcli/mycli/blob/main/changelog.md
Diffstat (limited to 'databases/py-mycli/files/patch-setup.py')
-rw-r--r-- | databases/py-mycli/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-mycli/files/patch-setup.py b/databases/py-mycli/files/patch-setup.py index a3e389a87a78..3b07a35090da 100644 --- a/databases/py-mycli/files/patch-setup.py +++ b/databases/py-mycli/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2024-03-29 05:11:01 UTC +--- setup.py.orig 2024-11-03 18:30:36 UTC +++ setup.py @@ -24,11 +24,11 @@ install_requirements = [ 'Pygments>=1.6', @@ -11,6 +11,6 @@ 'cli_helpers[styles] >= 2.2.1', - 'pyperclip >= 1.8.1', + 'pyperclip >= 1.7.0', - 'pyaes >= 1.6.1' + 'pyaes >= 1.6.1', + 'pyfzf >= 0.3.1', ] - |