change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327)

Signed-off-by: rayguo17 <rayguo17@gmail.com>
This commit is contained in:
TIN TUN AUNG 2025-02-07 00:45:34 +08:00 committed by GitHub
parent e0689c1f0b
commit 18b43d48fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -29,7 +29,7 @@ setup(
'Programming Language :: Python :: 3.10',
],
install_requires=[
'blessings',
'blessed',
'mozfile',
'mozprocess',
'six',