1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-30 06:35:24 +00:00

add missing comma to install_requires list

This commit is contained in:
Daniel Schwarz 2023-11-20 20:59:56 -05:00
parent 60a1c74921
commit 7443d3e0b5

View File

@ -38,7 +38,7 @@ setup(
"beautifulsoup4>=4.5.0,<5.0",
"wcwidth>=0.1.7",
"urwid>=2.0.0,<3.0",
"tomlkit>=0.10.0,<1.0"
"tomlkit>=0.10.0,<1.0",
"html2text>=2020.1.16"
],
extras_require={