1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

Add richtext package

This commit is contained in:
Ivan Habunek 2023-11-16 11:51:11 +01:00
parent 57cfd41613
commit bc542b5e37
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -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",