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 +]