From 4be84dfe9a8a3a7f9caa3a7c9bfc7c5c5c7aedb8 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Lockward Date: Tue, 17 Jun 2025 17:30:56 -0400 Subject: Add dependencies for caelestia --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyproject.toml') 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" -- cgit v1.2.3-freya