Skip to content

Commit

Permalink
fix: add python-dateutil as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaIceF authored Nov 5, 2024
1 parent 213c402 commit 4077f44
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", "typing-extensions>=4.12.2"]
dependencies = ["PyQt5>=5.15.10", "typing-extensions>=4.12.2", "python-dateutil>=2.9.0"]

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

0 comments on commit 4077f44

Please sign in to comment.