mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
11 lines
296 B
Python
11 lines
296 B
Python
--- setup.py.orig 2023-09-12 22:05:59 UTC
|
|
+++ setup.py
|
|
@@ -40,7 +40,7 @@ setup(
|
|
'prompt_toolkit >= 2',
|
|
'pygments >= 2.0.0',
|
|
'urllib3 >= 1.24',
|
|
- 'rich == 13.6.0'
|
|
+ 'rich >= 13.6.0'
|
|
],
|
|
keywords=['softlayer', 'cloud', 'slcli'],
|
|
classifiers=[
|