Merge pull request #15 from carloslockward/add-requirements

Add dependencies for caelestia
This commit is contained in:
2 * r + 2 * t
2025-06-19 01:15:41 +10:00
committed by GitHub
+4
View File
@@ -6,6 +6,10 @@ build-backend = "hatchling.build"
name = "caelestia"
requires-python = ">=3.13"
dynamic = ["version"]
dependencies = [
"pillow",
"materialyoucolor"
]
[project.scripts]
caelestia = "caelestia:main"