Skip to content

Commit 7f939e4

Browse files
committed
Minor: Remove TODO comments from pyproject
Signed-off-by: cwasicki <[email protected]>
1 parent a6a4600 commit 7f939e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "High-level interface to grid pools for the Frequenz platform."
1515
readme = "README.md"
1616
license = { text = "MIT" }
1717
keywords = ["frequenz", "python", "lib", "library", "gridpool"]
18-
# TODO(cookiecutter): Remove and add more classifiers if appropriate
1918
classifiers = [
2019
"Development Status :: 3 - Alpha",
2120
"Intended Audience :: Developers",
@@ -26,7 +25,6 @@ classifiers = [
2625
"Typing :: Typed",
2726
]
2827
requires-python = ">= 3.11, < 4"
29-
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3028
dependencies = [
3129
"marshmallow-dataclass >= 8.7.1, < 9",
3230
"asyncclick >= 8.3.0.4, < 9",
@@ -43,7 +41,6 @@ gridpool-cli = "frequenz.gridpool.cli.__main__:main"
4341
name = "Frequenz Energy-as-a-Service GmbH"
4442
4543

46-
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
4744
[project.optional-dependencies]
4845
dev-flake8 = [
4946
"flake8 == 7.3.0",

0 commit comments

Comments
 (0)