added urwidgets as an optional depenency for 'hyperlinks' extra

This commit is contained in:
Daniel Schwarz 2023-09-28 14:22:59 -04:00
parent 0f39b1087f
commit 89e905cd8b
2 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,4 @@ requests>=2.13,<3.0
beautifulsoup4>=4.5.0,<5.0
wcwidth>=0.1.7
urwid>=2.0.0,<3.0
urwidgets=>=0.1,<0.2

View File

@ -40,6 +40,9 @@ setup(
"urwid>=2.0.0,<3.0",
"tomlkit>=0.10.0,<1.0"
],
extras_require={
"hyperlinks": ['urwidgets>=0.1,<0.2'],
},
entry_points={
'console_scripts': [
'toot=toot.console:main',