From 50f41b45f8224a42a6ddc5699f7c608189a9d5bd Mon Sep 17 00:00:00 2001 From: lnguy Date: Mon, 11 Mar 2024 13:54:24 +0100 Subject: [PATCH] Add precommit to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ef39e11..518b77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ ] requires-python = ">= 3.10" dependencies = [ + "pre-commit", "discord.py", "beautifulsoup4", "Requests",