From 80af8df5c99d1684dacdfb535a694a5ad1f51a0b Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 14 Aug 2024 04:14:26 -0400 Subject: [PATCH] fixed an incorrect build-system key --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 523f92b..c129c5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,5 @@ Homepage = "https://www.coastalcommits.com/Seaswimmer/SeaUtils" Issues = "https://www.coastalcommits.com/Seaswimmer/SeaUtils/issues" [build-system] -requires = ["hatchling", "semver"] +requires = ["hatchling", "Red-DiscordBot", "pydantic", "phx-class-registry", "aiosqlite"] build-backend = "hatchling.build"