deps(termcolor): vendor third-party dependency termcolor (#148)

This commit is contained in:
Xuehai Pan 2025-01-24 18:24:47 +08:00 committed by GitHub
parent 652859c84b
commit 37b95d859e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 315 additions and 40 deletions

View file

@ -49,7 +49,6 @@ dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvidia-ml-py >= 11.450.51, < 12.561.0a0",
"psutil >= 5.6.6",
"termcolor >= 1.0.0",
"colorama >= 0.4.0; platform_system == 'Windows'",
"windows-curses >= 2.2.0; platform_system == 'Windows'",
]