Update pyproject.toml

This commit is contained in:
Olivia Brooks
2025-02-20 14:01:32 -05:00
committed by GitHub
parent 85cf0435ba
commit f8dead93fe

View File

@@ -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"
]
]