From 9eabc01e23beb6e526abad21ab149b457f171fab Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Sat, 1 Feb 2025 02:15:45 +0100 Subject: [PATCH] deps: Add pytz dependency to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afa19831..52d04319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "cellpylib==2.4.0", "sympy>=1.13.1", "magiccube==0.3.0", - "pyfiglet==1.0.2" + "pyfiglet==1.0.2", + "pytz>=2024.1" ] classifiers = [ "Programming Language :: Python :: 3",