Skip to content

Commit

Permalink
chore: fix incorrect names of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaokang2022 committed Nov 5, 2024
1 parent 8cdc365 commit aa9744a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
以下命令可以安装推荐的可选依赖包:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Typing :: Typed",
]
dynamic = ["version"]
dependencies = ["typing-extensions"]
dependencies = ["typing_extensions"]

[project.optional-dependencies]
recommended = [
Expand Down

0 comments on commit aa9744a

Please sign in to comment.