From 4077f4466bd2fa86ae950d5e59ec414414373e11 Mon Sep 17 00:00:00 2001 From: IceF Date: Tue, 5 Nov 2024 10:24:19 +0800 Subject: [PATCH] fix: add `python-dateutil` as a dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a61208d..42669e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"