From f8dead93fe1945d6c51c328965e982bc449ee0e8 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:01:32 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d71d2d..26e16ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,7 @@ authors = [ version = "0.0.1" requires-python = ">=3.11" -dependencies = [ - "icecream>=2.1" -] +dependencies = [] classifiers = [ "Development Status :: 2 - Pre-Alpha", @@ -17,4 +15,4 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Operating System :: POSIX :: Linux", "Natural Language :: English" -] \ No newline at end of file +]