summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 61c689a..4a68cb9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,6 +6,10 @@ build-backend = "hatchling.build"
name = "caelestia"
requires-python = ">=3.13"
dynamic = ["version"]
+dependencies = [
+ "pillow",
+ "materialyoucolor"
+]
[project.scripts]
caelestia = "caelestia:main"