mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 15:37:47 +01:00
Add richtext package
This commit is contained in:
parent
57cfd41613
commit
bc542b5e37
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ setup(
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
packages=['toot', 'toot.tui', 'toot.utils'],
|
||||
packages=['toot', 'toot.tui', 'toot.tui.richtext', 'toot.utils'],
|
||||
python_requires=">=3.7",
|
||||
install_requires=[
|
||||
"requests>=2.13,<3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user