From efd9bc518f213d78d651b92cf1ebfd58d6f6d926 Mon Sep 17 00:00:00 2001 From: TakWolf Date: Thu, 16 Jan 2025 10:23:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + requirements.txt | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac3f6bc..9143817 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Logo 捏他自 [《游戏王》](https://zh.wikipedia.org/wiki/%E9%81%8A%E6%88%B - [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/) - [Jinja](https://github.com/pallets/jinja) - [HTTPX](https://github.com/encode/httpx) +- [tqdm](https://github.com/tqdm/tqdm) - [Loguru](https://github.com/Delgan/loguru) - [Cyclopts](https://github.com/BrianPugh/cyclopts) diff --git a/requirements.txt b/requirements.txt index 1918fb5..0c204f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ -pixel-font-builder==0.0.28 +pixel-font-builder==0.0.32 pixel-font-knife==0.0.11 -fonttools[woff]==4.55.3 -unidata-blocks==0.0.15 -character-encoding-utils==0.0.8 +fonttools[woff]==4.55.6 +unidata-blocks==0.0.16 +character-encoding-utils==0.0.9 PyYAML==6.0.2 pillow==11.1.0 beautifulsoup4==4.12.3 Jinja2==3.1.5 -httpx==0.28.1 +httpx[http2]==0.28.1 +tqdm==4.67.1 loguru==0.7.3 -cyclopts==3.1.3 +cyclopts==3.4.0