From aa9744a716961f20c7c124bcebb49aef929237ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BA=B72022?= <2951256653@qq.com> Date: Tue, 5 Nov 2024 11:11:48 +0800 Subject: [PATCH] chore: fix incorrect names of dependencies --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0303d82d..4bced380 100644 --- a/README.md +++ b/README.md @@ -123,18 +123,18 @@ pip install tkintertools[recommended]==3.0.0rc3 ### 📌 Requirements / 必需包 -* [X] [typing-extensions](https://github.com/python/typing) +* [X] [typing_extensions](https://github.com/python/typing_extensions) ### 🎨 Options / 可选包 Considering that too many packages will result in a large size of the project file when packing, the optional packages selected below are recommended to be installed 考虑到调用的包过多将导致打包时项目文件的大小过大,因此下面被选中的可选包是推荐安装的 -* [X] [darkdetect](https://github.com/albertosottile/darkdetect) * `0.8.0` -* [X] [pywinstyles](https://github.com/Akascape/py-window-styles) * `1.8` -* [X] [pillow](https://github.com/python-pillow/Pillow) * `>=10.0.0` -* [ ] [hPyT](https://github.com/Zingzy/hPyT) * `1.3.4` -* [ ] [win32material](https://github.com/littlewhitecloud/win32style) * `1.0.6` +* [X] [darkdetect](https://github.com/albertosottile/darkdetect) - `0.8.0` +* [X] [pywinstyles](https://github.com/Akascape/py-window-styles) - `1.8` +* [X] [pillow](https://github.com/python-pillow/Pillow) - `>=10.0.0` +* [ ] [hPyT](https://github.com/Zingzy/hPyT) - `1.3.4` +* [ ] [win32material](https://github.com/littlewhitecloud/win32style) - `1.0.6` The following command installs the recommended optional dependencies: 以下命令可以安装推荐的可选依赖包: diff --git a/pyproject.toml b/pyproject.toml index fe97d788..a26d3211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Typing :: Typed", ] dynamic = ["version"] -dependencies = ["typing-extensions"] +dependencies = ["typing_extensions"] [project.optional-dependencies] recommended = [