Skip to content

Commit 93bb112

Browse files
committed
requirements: setup: Add urwidgets library for hyperlink support.
This commit adds the urwidgets library for including hyperlink support in ZT using the OSC-8 escape sequence.
1 parent bef2a8f commit 93bb112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ def long_description():
105105
"pytz>=2022.7.1",
106106
"tzlocal>=2.1",
107107
"pyperclip>=1.8.1",
108+
"urwidgets>=0.1,<0.2",
108109
],
109110
)

0 commit comments

Comments
 (0)