feat: add rich package

This commit is contained in:
Bingsu
2023-07-01 09:43:00 +09:00
parent 8bf5b628e5
commit 30330aa4d0
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
__version__ = "23.6.4"
__version__ = "23.6.5.dev0"

View File

@@ -48,6 +48,7 @@ def install():
("mediapipe", "0.10.0", None),
("huggingface_hub", None, None),
("pydantic", "1.10.8", None),
("rich", "13.4.2", None),
# mediapipe
("protobuf", "3.20.0", "3.20.9999"),
]