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
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
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

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={