We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44fe2b commit ed7cb20Copy full SHA for ed7cb20
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bilitickerbuy"
7
-version = "2.14.7"
+version = "2.14.8"
8
description = "开源的 B 站会员购辅助工具,提供命令行和 Gradio 界面"
9
readme = "README.md"
10
requires-python = ">=3.11"
requirements.txt
@@ -11,4 +11,5 @@ playsound3~=3.2.2
11
pydantic~=2.8.2
12
gradio_log~=0.0.4
13
numpy~=1.26.4
14
-Pillow~=10.3.0
+Pillow~=10.3.0
15
+huggingface-hub~=0.34.3
0 commit comments