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

Don't limit upper version on wcwidth

Also it had a typo which limited it to 2.0 instead of 0.2, so this
doesn't change anything.
This commit is contained in:
Ivan Habunek
2022-11-12 09:26:31 +01:00
parent ec16ba0bbf
commit 8fcdb0b061
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ setup(
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"wcwidth>=0.1.7,<2.0",
"wcwidth>=0.1.7",
"urwid>=2.0.0,<3.0",
],
entry_points={