Skip to content

Commit

Permalink
Merge pull request #161 from rainzee/feat/typing
Browse files Browse the repository at this point in the history
chore: add `typing-extensions` dep
  • Loading branch information
ChinaIceF authored Oct 24, 2024
2 parents a624c65 + 5b6da80 commit b6a04bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A powerful and artistic UI library based on PyQt5 / PySide6"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
dependencies = ["PyQt5>=5.15.10"]
dependencies = ["PyQt5>=5.15.10", "typing-extensions>=4.12.2"]

[project.urls]
Repository = "https://github.com/ChinaIceF/PyQt-SiliconUI"
Expand Down

0 comments on commit b6a04bf

Please sign in to comment.