deps: Add pytz dependency to pyproject.toml

This commit is contained in:
Andreas Koepf (aider) 2025-02-01 02:15:45 +01:00
parent 62af53bb7a
commit 9eabc01e23

View file

@ -16,7 +16,8 @@ dependencies = [
"cellpylib==2.4.0", "cellpylib==2.4.0",
"sympy>=1.13.1", "sympy>=1.13.1",
"magiccube==0.3.0", "magiccube==0.3.0",
"pyfiglet==1.0.2" "pyfiglet==1.0.2",
"pytz>=2024.1"
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",