0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Fixed github build to include richtext "extra"

which pulls in urwidgets dependeency, required for builds
This commit is contained in:
Daniel Schwarz
2023-11-16 20:33:24 -05:00
parent 732b9feed5
commit 9b9c153531
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ setup(
"tomlkit>=0.10.0,<1.0"
],
extras_require={
"hyperlinks": ['urwidgets>=0.1,<0.2'],
"richtext": ['urwidgets>=0.1,<0.2'],
},
entry_points={
'console_scripts': [