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

Initial implementation of a TUI using Urwid

This commit is contained in:
Ivan Habunek
2019-08-24 11:20:31 +02:00
parent 616483d78a
commit ea1ef6f207
10 changed files with 310 additions and 1 deletions

View File

@@ -34,12 +34,13 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=['toot', 'toot.ui'],
packages=['toot', 'toot.ui', 'toot.tui'],
python_requires=">=3.4",
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"wcwidth>=0.1.7,<2.0",
"urwid>=2.0.0,<3.0",
],
entry_points={
'console_scripts': [